Skip to content

Commit

Permalink
chore: 馃敡 Make pushes on patches cancel previous workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiabhi94 committed Feb 20, 2022
1 parent 0137e6d commit 9ad4b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

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

jobs:

flake8:
Expand Down

0 comments on commit 9ad4b15

Please sign in to comment.