Skip to content

Commit af8b031

Browse files
committed
added concurrency check so old workflow gets cancelled
1 parent 3b6f5ef commit af8b031

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-supervisor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- develop
1515
- develop-2.0.0
1616
- release/*
17+
18+
concurrency:
19+
group: pr-${{ github.event.pull_request.number }}
20+
cancel-in-progress: true
1721

1822
jobs:
1923
yamato-supervisor:

0 commit comments

Comments
 (0)