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 8b2b09e commit d8b00c1Copy full SHA for d8b00c1
.github/workflows/ci-e2e.yml
@@ -13,9 +13,9 @@ on:
13
required: true
14
type: string
15
16
-# concurrency:
17
-# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
18
-# cancel-in-progress: true
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
19
20
jobs:
21
build-test-image-amd64:
0 commit comments