Merge pull request #40 from matter-labs/ci_concurrency

ci: fix nix push_to_docker concurrency group
This commit is contained in:
Harald Hoyer 2024-03-08 13:40:23 +01:00 committed by GitHub
commit 5d2f58d9a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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