We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c849a commit 96ef53dCopy full SHA for 96ef53d
.github/workflows/deploy-branch.yml
@@ -6,6 +6,10 @@ on:
6
- 'kdoc-deploy/snapshots/**'
7
# - kdoc-deploy/component-telegram
8
9
+concurrency:
10
+ group: concurrency-group-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
echo-ref:
15
runs-on: ubuntu-latest
.github/workflows/index-page.yml
@@ -5,6 +5,11 @@ on:
5
- 'doc-index'
# Specify to run a workflow manually from the Actions tab on GitHub
workflow_dispatch:
+ group: "index-page-concurrency-group"
deploy-doc:
name: deploy-index-page
0 commit comments