Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.ref }}
group: CI-${{ github.ref }}
Comment thread
simeonschaub marked this conversation as resolved.
Outdated
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.ref }}
group: IntegrationTest-${{ github.ref }}
Comment thread
simeonschaub marked this conversation as resolved.
Outdated
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/JuliaNightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.ref }}
group: JuliaNightly-${{ github.ref }}
Comment thread
simeonschaub marked this conversation as resolved.
Outdated
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
Expand Down