Skip to content

Commit ebb506e

Browse files
committed
Stop concurrent CI test workflow runs
1 parent faf6de8 commit ebb506e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
paths-ignore:
1313
- "**.md"
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
build:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)