summaryrefslogtreecommitdiff
path: root/.github/workflows/linkcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linkcheck.yml')
-rw-r--r--.github/workflows/linkcheck.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
index 4517ef7c0..9ee7f04e1 100644
--- a/.github/workflows/linkcheck.yml
+++ b/.github/workflows/linkcheck.yml
@@ -19,6 +19,10 @@ on:
- '.github/workflows/linkcheck.yml'
- '**.md'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
+ cancel-in-progress: true
+
jobs:
# Docs: https://github.com/marketplace/actions/markdown-link-check
check: