We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4792904 commit de6289bCopy full SHA for de6289b
1 file changed
.github/workflows/codespell-private.yml
@@ -1,8 +1,8 @@
1
# GitHub Action to check our dictionary, this should only be used by the codespell project itself
2
# For general usage in your repo, see the example in codespell.yml
3
# https://github.com/codespell-project/codespell
4
+# Concurrency cancels an action on a given PR once a new commit is pushed
5
name: codespell Private Actions
-# Cancel an action on a given PR once a new commit is pushed
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
8
cancel-in-progress: true
0 commit comments