Skip to content

Commit

Permalink
Add concurrency settings to typos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Sep 6, 2024
1 parent 5151810 commit ea63e15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Typos

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

on:
push:
branches:
Expand All @@ -7,7 +12,6 @@ on:
branches:
- main
jobs:

typos:
name: spell check
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea63e15

Please sign in to comment.