Skip to content

Commit 6849f4c

Browse files
committed
cancel publishing if in progress
1 parent ceed592 commit 6849f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- build
3838
- nativetest
3939
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
40+
concurrency:
41+
group: example-group
42+
cancel-in-progress: true
4043
steps:
4144
- uses: actions/checkout@v6
4245
- name: Set up JDK 25

0 commit comments

Comments
 (0)