Skip to content

Commit 98df52e

Browse files
committed
chore: add concurrency settings to GitHub Actions workflow
1 parent adaabff commit 98df52e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
permissions:
88
contents: read
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12+
cancel-in-progress: true
13+
1014
defaults:
1115
run:
1216
shell: bash --noprofile --norc -euo pipefail {0}

0 commit comments

Comments
 (0)