Skip to content
Merged
Changes from all commits
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
4 changes: 1 addition & 3 deletions .github/workflows/required-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ on:
- main
- "feature/**"

# Prevent interleaving of integration test jobs on single-runner-per-arch
# self-hosted runners. A second workflow run for the same ref queues until
# the first completes rather than cancelling it.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
# This is read by every new JVM. Every JVM thinks it can use up to 80% of
Expand Down
Loading