Skip to content

Commit 7498879

Browse files
committed
Configure concurrency to cancel builds in-progress
1 parent 8da3293 commit 7498879

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate_docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
workflow_dispatch:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
env:
1014
BASE_PATH: com.zigurous.tweening
1115
PACKAGE_TITLE: "Tweening System"

0 commit comments

Comments
 (0)