Skip to content

Commit efd9418

Browse files
authored
Merge pull request #5 from nerc-project/disable-concurrency
disable concurrency rules for now
2 parents 5141317 + 7eb2ec3 commit efd9418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ on:
2222
type: boolean
2323
default: false
2424

25-
concurrency:
26-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27-
cancel-in-progress: true
25+
#concurrency:
26+
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27+
# cancel-in-progress: true
2828

2929
jobs:
3030
build-and-push-image:

0 commit comments

Comments
 (0)