summaryrefslogtreecommitdiff
path: root/.github/workflows/proselint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/proselint.yml')
-rw-r--r--.github/workflows/proselint.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/proselint.yml b/.github/workflows/proselint.yml
index 3152a48d0..c7b32ccae 100644
--- a/.github/workflows/proselint.yml
+++ b/.github/workflows/proselint.yml
@@ -19,6 +19,10 @@ on:
- '.github/workflows/proselint.yml'
- '**.md'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
+ cancel-in-progress: true
+
jobs:
check:
runs-on: ubuntu-latest