Skip to content

Commit fc61d50

Browse files
committed
add concurrenct to smoke tests workflow
1 parent 63c3446 commit fc61d50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-checks-test-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- ".github/workflows/pr-checks-test-ci.yml"
1414
- ".github/workflows/ci.yml"
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
1620
env:
1721
ACT_VERSION: v0.2.82
1822

0 commit comments

Comments
 (0)