Skip to content

Commit

Permalink
Fix rapid succession deploy job failure bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored May 15, 2024
1 parent eae14db commit 912ad45
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 912ad45

Please sign in to comment.