Skip to content

Commit 691dcb9

Browse files
[CI] Removed Concurrency
1 parent 409eebb commit 691dcb9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/nightly_test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ on:
2222
schedule:
2323
- cron: '0 0 * * *' # daily
2424

25-
# We want to cancel previous runs for a given PR or branch / ref if another CI
26-
# run is requested.
27-
# See: https://docs.github.com/en/actions/using-jobs/using-concurrency
28-
concurrency:
29-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
30-
cancel-in-progress: true
31-
3225
env:
3326
# default compiler for all non-compatibility tests
3427
MATRIX_EVAL: "CC=gcc-11 && CXX=g++-11"

0 commit comments

Comments
 (0)