Skip to content

Commit

Permalink
ci: cancel previous workflow runs when a new one starts
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed May 22, 2024
1 parent 327fe3e commit 6d08004
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-typecheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Lint and Typecheck

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

on:
push:
branches:
Expand Down

0 comments on commit 6d08004

Please sign in to comment.