Skip to content

Commit 1c077ec

Browse files
authored
Merge pull request #272 from synonymdev/ci/cancel-in-progress
Cancel concurrent tests
2 parents 6a4bc1d + 1ab8784 commit 1c077ec

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
env:
1014
TERM: xterm-256color
1115
FORCE_COLOR: 1

.github/workflows/ui-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66

77
workflow_dispatch:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
ui-tests:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)