Skip to content

Commit 80f2362

Browse files
committed
ci(docs): improve workflow concurrency control
Enhance documentation workflow by using specific concurrency group names and enabling cancellation of in-progress jobs. This prevents concurrent runs and optimizes CI resource usage.
1 parent aa6b558 commit 80f2362

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

template/.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
pages: write
1818
runs-on: ubuntu-latest
1919
concurrency:
20-
group: docs
20+
group: ${{ github.workflow }}-${{ github.ref }}-docs
21+
cancel-in-progress: true
2122
steps:
2223
- id: auth
2324
name: Auth App

0 commit comments

Comments
 (0)