Skip to content

Commit 917c82e

Browse files
committed
Disable concurrency to see if this is killing stackhpc.yml
1 parent 7501c89 commit 917c82e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trivyscan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ permissions:
1717

1818
jobs:
1919
scan:
20-
concurrency:
21-
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build }} # to branch/PR + build
22-
cancel-in-progress: true
20+
#concurrency:
21+
# group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build }} # to branch/PR + build
22+
# cancel-in-progress: true
2323
runs-on: ubuntu-latest
2424
strategy:
2525
fail-fast: false

0 commit comments

Comments
 (0)