Skip to content

Commit dc7096c

Browse files
committed
update workflow for cleanup
1 parent 985afd2 commit dc7096c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/development-cleanup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
cleanup-ui-pr-preview:
99
permissions:
10-
contents: read
10+
contents: write
1111
id-token: 'write'
1212
issues: write
1313
runs-on: ubuntu-latest
@@ -32,6 +32,7 @@ jobs:
3232
run: echo "Cleanup completed for PR \#${{ github.event.pull_request.number }}"
3333

3434
update-preview-comment:
35+
needs: [cleanup-ui-pr-preview]
3536
name: Update PR Comment
3637
permissions:
3738
pull-requests: write

0 commit comments

Comments
 (0)