Skip to content

Commit

Permalink
Merge pull request #10 from EspressoSystems/old-builds
Browse files Browse the repository at this point in the history
Cancel outdated builds
  • Loading branch information
Ancient123 committed Dec 11, 2023
2 parents cbfd62f + 8e3078f commit d8aadf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
docker-l1:
uses: ./.github/workflows/docker.yml
Expand Down

0 comments on commit d8aadf3

Please sign in to comment.