Skip to content

Commit

Permalink
ci: cancel old workflows when newone is added
Browse files Browse the repository at this point in the history
  • Loading branch information
elianortega committed Jul 19, 2023
1 parent c3b5123 commit bcf620b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/form_flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- ".github/workflows/form_flow.yaml"
- "examples/form_flow/**"

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

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
Expand Down

0 comments on commit bcf620b

Please sign in to comment.