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

Commit

Permalink
Fix docs-ci concurrency group
Browse files Browse the repository at this point in the history
This avoids it from clashing with CI workflow for building/linting code.
  • Loading branch information
meain committed Oct 4, 2022
1 parent 8d7ede6 commit 454791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

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

jobs:
Expand Down

0 comments on commit 454791c

Please sign in to comment.