Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 2b61501

Browse files
committed
Fix docs-ci concurrency group
This avoids it from clashing with CI workflow for building/linting code.
1 parent 20811e8 commit 2b61501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
# cancel currently running jobs if a new version of the branch is pushed
1515
concurrency:
16-
group: ci-linting-${{ github.workflow }}-${{ github.ref }}
16+
group: docs-ci-${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true
1818

1919
jobs:

0 commit comments

Comments
 (0)