Skip to content

Commit 3e531ac

Browse files
committed
[CI] Allow skipping tests, v3 - prepub job edition
1 parent 15bbe2c commit 3e531ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,14 @@ jobs:
5757
with:
5858
version: ${{ needs.vars.outputs.version }}
5959

60+
prepublish:
61+
if: always()
62+
needs: [vars, tests]
63+
runs-on: ubuntu-latest
64+
6065
publish:
6166
if: ${{ needs.datagen.result == 'success' }}
62-
needs: [vars, tests]
67+
needs: [vars, prepublish]
6368
uses: ./.github/workflows/_publish.yml
6469
secrets: inherit
6570
with:

0 commit comments

Comments
 (0)