Skip to content

Commit 01fccde

Browse files
authored
Specify test concurrency
1 parent d7171a5 commit 01fccde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
test:
2222
name: Test 🧪
2323
runs-on: ubuntu-latest
24+
concurrency:
25+
group: ${{ github.workflow }}-${{ github.ref }}
26+
cancel-in-progress: true
2427
steps:
2528
- name: Checkout repository
2629
uses: actions/checkout@v4

0 commit comments

Comments
 (0)