Skip to content

Commit

Permalink
fix(ci): arm concurrency (#6564)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored May 21, 2024
1 parent 8ee9060 commit a265da0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
workflow_dispatch:
inputs: {}
concurrency:
# force parallelism in master, cancelling in branches (only relevant to workflow_dispatch)
group: ci-${{ github.ref_name == 'master' && github.run_id || github.ref_name }}
cancel-in-progress: true
group: ci-master-arm
env:
DOCKERHUB_PASSWORD: "${{ secrets.DOCKERHUB_PASSWORD }}"
RUN_ID: ${{ github.run_id }}
Expand Down

0 comments on commit a265da0

Please sign in to comment.