Skip to content

Commit

Permalink
fix: add lint task to its own concurrency group so it stops being can…
Browse files Browse the repository at this point in the history
…celled (#2338)
  • Loading branch information
daniellacosse authored Jan 22, 2025
1 parent 0ddcf20 commit a368f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: Lint

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

on:
Expand Down

0 comments on commit a368f72

Please sign in to comment.