mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Merge pull request #1206 from tobiasge/cancel-old-runs
Cancel workflow runs for in progress PRs
This commit is contained in:
commit
5f57cb2774
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -10,6 +10,10 @@ on:
|
|||
branches-ignore:
|
||||
- release
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue