oxheadalpha / tezos-k8s

Deploy a Tezos Blockchain on Kubernetes
https://tezos-k8s.io/
MIT License
50 stars 26 forks source link

CI shouldn't run duplicate actions at the same time #574

Open harryttd opened 1 year ago

harryttd commented 1 year ago

When pushing a commit to a branch that has a PR open, the CI runs for both the commit and the PR. It should only run for one.

Screen Shot 2023-04-05 at 2 49 25 PM

See https://github.com/oxheadalpha/tacoinfra-remote-signer/blob/master/.github/workflows/ci.yaml which only runs for the commit.