aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/dokka-examples.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dokka-examples.yml')
-rw-r--r--.github/workflows/dokka-examples.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/dokka-examples.yml b/.github/workflows/dokka-examples.yml
index f1167771..e8782c1c 100644
--- a/.github/workflows/dokka-examples.yml
+++ b/.github/workflows/dokka-examples.yml
@@ -2,6 +2,10 @@ name: Build examples
on: pull_request
+concurrency:
+ group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
+ cancel-in-progress: true
+
jobs:
build:
strategy: