scrapy/.github/workflows
Andrew Armbruster 884840e3a3 Use concurrency groups to limit duplicate jobs
Leverage concurrency groups along with cancel-in-progress to favor running the most recent job.

Concurrency groups are on a per workflow, per branch/tag basis. So, pushing newer updates to a branch, e.g. as part of a PR, should cancel any in progress runs of workflows that have been retriggered.

See:
- https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
- https://docs.github.com/en/enterprise-cloud@latest/actions/learn-github-actions/contexts#github-context
2023-10-01 12:12:24 +02:00
..
checks.yml Use concurrency groups to limit duplicate jobs 2023-10-01 12:12:24 +02:00
publish.yml Use concurrency groups to limit duplicate jobs 2023-10-01 12:12:24 +02:00
tests-macos.yml Use concurrency groups to limit duplicate jobs 2023-10-01 12:12:24 +02:00
tests-ubuntu.yml Use concurrency groups to limit duplicate jobs 2023-10-01 12:12:24 +02:00
tests-windows.yml Use concurrency groups to limit duplicate jobs 2023-10-01 12:12:24 +02:00