Skip to content

Commit

Permalink
Merge pull request #2478 from Pandapip1/patch-1
Browse files Browse the repository at this point in the history
Fixes rapid succession push deploy job failure bug
  • Loading branch information
swinslow committed May 16, 2024
2 parents eae14db + 912ad45 commit 7157075
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
- main
tags:
- "*"

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

jobs:
validate_canonical_match:
name: Deploy
Expand Down

0 comments on commit 7157075

Please sign in to comment.