aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 5768d7c6..7b9a63ce 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -7,6 +7,10 @@ on:
pull_request:
branches: [master]
+concurrency:
+ group: codespell-${{ github.ref }}
+ cancel-in-progress: true
+
jobs:
codespell:
name: Check for spelling errors