Browse Source

Try to implement nightly app publishing (#5396)

Co-authored-by: matt <[email protected]>
Co-authored-by: Cursor Agent <[email protected]>
Matt Rubens 6 months ago
parent
commit
055d2bcb87
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/nightly-publish.yml

+ 0 - 1
.github/workflows/nightly-publish.yml

@@ -11,7 +11,6 @@ on:
 jobs:
   publish-nightly:
     runs-on: ubuntu-latest
-    if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
 
     permissions:
       contents: read # No tags pushed → read is enough.