OpenTTD/.github/workflows
Patric Stout 6fcc8727f5 Change: [Actions] cancel previous run if pushing new PR
Lately we had a few times that people pushed to their PR branch
a few times to make small changes. Sadly, this triggers all CIs
every time, which takes ~20 minutes. As we are limited in the
amount of runners we get assigned to us, this means all other CI,
even for other repositories within OpenTTD, are delayed too.

We can avoid this by simply cancelling old runs when a new PR is
pushed. There is a downside: sometimes people already push a new
commit, but still want to know if the old one passed. That will
no longer be possible with this change.
2023-02-26 23:33:15 +01:00
..
ci-build.yml Change: [Actions] cancel previous run if pushing new PR 2023-02-26 23:33:15 +01:00
codeql.yml Change: [Actions] cancel previous run if pushing new PR 2023-02-26 23:33:15 +01:00
commit-checker.yml Change: [Actions] cancel previous run if pushing new PR 2023-02-26 23:33:15 +01:00
preview_build.yml Fix: [Actions] preview_build failure due to git upgrade (#10323) 2023-01-05 23:25:45 +00:00
preview_label.yml Update: bump peter-evans/repository-dispatch from 1 to 2 2022-05-14 16:58:10 +02:00
preview_push.yml Update: bump peter-evans/repository-dispatch from 1 to 2 2022-05-14 16:58:10 +02:00
release-docs.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00
release-linux.yml Change: release with (much) newer versions of dependencies for Generic Linux (#10484) 2023-02-15 22:18:23 +01:00
release-macos.yml Fix: [Actions] vcpkg needs pkg-config to build zlib on macOS (#10488) 2023-02-16 22:35:51 +01:00
release-source.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00
release-windows-store.yml Change: [Actions] release Windows Store files to CDN 2023-01-28 20:41:08 +01:00
release-windows.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00
release.yml Add: [Actions] upload releases to GOG automatically 2023-01-28 20:41:08 +01:00
unused-strings.yml Change: [Actions] cancel previous run if pushing new PR 2023-02-26 23:33:15 +01:00
upload-aws.yml Change: [Actions] release Windows Store files to CDN 2023-01-28 20:41:08 +01:00
upload-gog.yml Add: [Actions] upload releases to GOG automatically 2023-01-28 20:41:08 +01:00
upload-steam.yml Change: [Actions] split GitHub workflows into several smaller ones 2023-01-28 20:41:08 +01:00