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.
2 parents 5bb8015 + 35318be commit 3592931Copy full SHA for 3592931
.github/workflows/debos.yml
@@ -25,11 +25,6 @@ on:
25
permissions:
26
contents: read # actions/checkout
27
28
-# cancel in progress builds for this workflow triggered by the same ref
29
-concurrency:
30
- group: ${{ github.workflow }}-${{ github.ref }}
31
- cancel-in-progress: true
32
-
33
env:
34
# image build id; used for SBOM generation; TODO: should be used in image metadata too
35
BUILD_ID: ${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments