Skip to content

Commit 75a4537

Browse files
authored
ci: update concurrency setting (#619)
1 parent d300214 commit 75a4537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010
contents: read
1111

1212
concurrency:
13-
group: ci-${{ github.event.pull_request.number || github.ref }}
14-
cancel-in-progress: true
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1515

1616
env:
1717
GO_VERSION: "1.24.1" # https://go.dev/dl/

0 commit comments

Comments
 (0)