Skip to content

Commit 9462b0b

Browse files
Copilotpelikhan
andcommitted
Add concurrency policy to e2e.yml workflow
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 4914c36 commit 9462b0b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
paths:
99
- '.github/workflows/e2e.yml'
1010

11+
concurrency:
12+
group: ${{ github.workflow }}
13+
cancel-in-progress: true
14+
1115
permissions:
1216
contents: write
1317
issues: write

0 commit comments

Comments
 (0)