Skip to content

Commit 5bc6690

Browse files
authored
Allow manual dispatch for publish-nightly (RooCodeInc#4476)
1 parent bfe014f commit 5bc6690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
publish-nightly:
1313
runs-on: ubuntu-latest
14-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
14+
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1515

1616
permissions:
1717
contents: read # No tags pushed → read is enough.

0 commit comments

Comments
 (0)