You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/.github/workflows
Maisem Ali d4916a8be3 .github/workflows: cancel previous CI runs on PR update
Currently scheduled runs are not canceled when we update PRs, those
results are unused and the resources are just wasted. Instead of doing
that, this PR makes it so that when a PR is updated (force-pushed or new
commit added) the previous runs are canceled.

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value

Signed-off-by: Maisem Ali <maisem@tailscale.com>
3 years ago
..
cifuzz.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
codeql-analysis.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
cross-darwin.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
cross-freebsd.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
cross-openbsd.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
cross-wasm.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
cross-windows.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
depaware.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
go_generate.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
license.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
linux-race.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
linux.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
linux32.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
static-analysis.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
vm.yml .github/workflows: cancel previous CI runs on PR update 3 years ago
windows.yml .github/workflows: cancel previous CI runs on PR update 3 years ago