Skip to content

Commit 96ef53d

Browse files
committed
CI config
1 parent 67c849a commit 96ef53d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- 'kdoc-deploy/snapshots/**'
77
# - kdoc-deploy/component-telegram
88

9+
concurrency:
10+
group: concurrency-group-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
echo-ref:
1115
runs-on: ubuntu-latest

.github/workflows/index-page.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
- 'doc-index'
66
# Specify to run a workflow manually from the Actions tab on GitHub
77
workflow_dispatch:
8+
9+
concurrency:
10+
group: "index-page-concurrency-group"
11+
cancel-in-progress: true
12+
813
jobs:
914
deploy-doc:
1015
name: deploy-index-page

0 commit comments

Comments
 (0)