Skip to content

Commit 3b4b16a

Browse files
committed
Go
1 parent ec2e435 commit 3b4b16a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
910

1011
jobs:
1112
dependencies:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
910

1011
jobs:
1112
stable:

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
1112

1213
jobs:
1314
deployment:

0 commit comments

Comments
 (0)