We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d300214 commit 75a4537Copy full SHA for 75a4537
.github/workflows/ci.yml
@@ -10,8 +10,8 @@ permissions:
10
contents: read
11
12
concurrency:
13
- group: ci-${{ github.event.pull_request.number || github.ref }}
14
- cancel-in-progress: true
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
15
16
env:
17
GO_VERSION: "1.24.1" # https://go.dev/dl/
0 commit comments