Skip to content

Commit 2dc2b52

Browse files
cursoragentmrubens
andcommitted
Remove conditional workflow dispatch check in nightly publish workflow
Co-authored-by: matt <[email protected]>
1 parent 265ee70 commit 2dc2b52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nightly-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
jobs:
1212
publish-nightly:
1313
runs-on: ubuntu-latest
14-
# Publish on every commit to main, regardless of QA workflow outcome
15-
if: ${{ github.event_name == 'workflow_dispatch' || (github.event.workflow_run && github.event.workflow_run.head_branch == 'main') }}
1614

1715
permissions:
1816
contents: read # No tags pushed → read is enough.

0 commit comments

Comments
 (0)