tomchor / Oceanostics.jl

Diagnostics for Oceananigans
https://tomchor.github.io/Oceanostics.jl/
MIT License
24 stars 8 forks source link

Run CI only on commits #106

Closed tomchor closed 1 year ago

tomchor commented 1 year ago

This PR removes the directive to run CI on PRs. I'm doing this because the same CI is run twice every time I commit (since a PR is always associated with a commit). Now it only runs once per commit.

tomchor commented 1 year ago

we have it bit different in

https://github.com/CliMA/ParameterEstimocean.jl/blob/main/.github/workflows/ci.yml

but I think what you suggest is equivalent!

Interesting! Let's try this version first and see how it goes. If there are any unintended effects we can try the ParameterEstimocean version