Skip to content

Commit 235e946

Browse files
authored
Add concurrency limit
1 parent 08beb03 commit 235e946

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- main
1212
workflow_dispatch:
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
17+
1418
jobs:
1519
test:
1620
runs-on: ubuntu-latest # [macos-latest, windows-latest]

0 commit comments

Comments
 (0)