Skip to content

Commit 520c5ea

Browse files
committed
Add workflow concurrency
1 parent e67b346 commit 520c5ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
smoke-minimal:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)