mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-06-16 19:43:13 +00:00
Auto-cancel older PR nox runs. (#1268)
This commit is contained in:
parent
42282e7d30
commit
4e4f65abdc
5
.github/workflows/nox.yml
vendored
5
.github/workflows/nox.yml
vendored
@ -15,6 +15,11 @@ name: nox
|
||||
- cron: '0 9 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
# Make sure there is at most one active run per PR, but do not cancel any non-PR runs
|
||||
group: ${{ github.workflow }}-${{ (github.head_ref && github.event.number) || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
nox:
|
||||
uses: ansible-community/antsibull-nox/.github/workflows/reusable-nox-run.yml@main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user