Skip to content

Commit 11883f7

Browse files
committed
rm concurrency limit
1 parent 37195aa commit 11883f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci_dockers.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ on: # Trigger the workflow on push or pull request, but only for the master bran
1717
- ".github/workflows/events-nightly.yml"
1818
- "setup.py"
1919

20-
concurrency:
21-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
22-
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
20+
# FIXME
21+
# concurrency:
22+
# group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
23+
# cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
2324

2425
jobs:
2526
build-PL:

0 commit comments

Comments
 (0)