Skip to content

Commit 66575ba

Browse files
fix: add concurrency to cleanup as well
1 parent 1efd7e8 commit 66575ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cleanup-gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
contents: write
1313
pages: write
1414
pull-requests: write
15+
concurrency:
16+
group: deploy_report
17+
cancel-in-progress: false
1518

1619
steps:
1720
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)