Skip to content

Commit de6289b

Browse files
committed
FIX: Try again
1 parent 4792904 commit de6289b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codespell-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# GitHub Action to check our dictionary, this should only be used by the codespell project itself
22
# For general usage in your repo, see the example in codespell.yml
33
# https://github.com/codespell-project/codespell
4+
# Concurrency cancels an action on a given PR once a new commit is pushed
45
name: codespell Private Actions
5-
# Cancel an action on a given PR once a new commit is pushed
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
88
cancel-in-progress: true

0 commit comments

Comments
 (0)