Skip to content

Commit 3144837

Browse files
committed
Publish nightly assets on main pushes
1 parent eebaa7b commit 3144837

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/nightly-openmpi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142

143143
publish-nightly:
144144
name: Publish nightly pre-release
145-
if: github.event_name != 'push'
146145
needs: build
147146
runs-on: ubuntu-24.04
148147

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ a stable tag or explicit commit, never a floating branch.
182182

183183
- `workflow_dispatch`
184184
- nightly schedule at `02:37 UTC`
185-
- push validation on `main`
185+
- push builds on `main`
186186

187-
Scheduled and manual runs replace the assets in the same `nightly` pre-release.
188-
Pushes to `main` build and validate packages but do not publish release assets.
187+
Pushes to `main`, scheduled runs, and manual runs replace the assets in the same
188+
`nightly` pre-release after successful builds.

0 commit comments

Comments
 (0)