Skip to content

Commit 5350796

Browse files
committed
chore: update GitHub Pages workflow
Added `cancel-in-progress` to the workflow concurrency group to avoid redundant runs when new workflows are triggered. This ensures resource efficiency and smoother CI/CD operations. (This commit message was AI-generated.) Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
1 parent 4bc2259 commit 5350796

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
concurrency:
1313
group: pages-${{ github.workflow }}-${{ github.ref_name }}
14+
cancel-in-progress: true
1415

1516
jobs:
1617
build:

0 commit comments

Comments
 (0)