Skip to content

Commit

Permalink
Merge pull request #40 from matter-labs/ci_concurrency
Browse files Browse the repository at this point in the history
ci: fix nix push_to_docker concurrency group
  • Loading branch information
haraldh authored Mar 8, 2024
2 parents 6583d2b + a8a9a94 commit 5d2f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.dockerfile }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.nixpackage }}
cancel-in-progress: true
strategy:
fail-fast: false
Expand Down

0 comments on commit 5d2f58d

Please sign in to comment.