Skip to content

Commit f9af641

Browse files
add a concurrency group to build-and-test-debug
Signed-off-by: Mnemotechnican <69920617+Mnemotechnician@users.noreply.github.com>
1 parent 1d2a196 commit f9af641

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-test-debug.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
types: [ opened, reopened, synchronize, ready_for_review ]
99
branches: [ master ]
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
build:
1317
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'AE9810'

0 commit comments

Comments
 (0)