Skip to content

Commit 24dcb9d

Browse files
committed
[CI] Allow skipping tests, v5
1 parent 6f93b98 commit 24dcb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
version: ${{ needs.vars.outputs.version }}
5959

6060
prepublish:
61-
if: always()
6261
needs: [vars, tests]
62+
if: ${{ always() }}
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Log
6666
run: echo "Pre-Publish Step"
67-
67+
6868
publish:
6969
if: ${{ needs.datagen.result == 'success' }}
7070
needs: [vars, prepublish]

0 commit comments

Comments
 (0)