Skip to content

Commit 15bbe2c

Browse files
committed
[CI] Allow skipping tests, v2
1 parent 91ff623 commit 15bbe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
version: ${{ needs.vars.outputs.version }}
5959

6060
publish:
61-
if: ${{ jobs.datagen.result == 'success' }}
61+
if: ${{ needs.datagen.result == 'success' }}
6262
needs: [vars, tests]
6363
uses: ./.github/workflows/_publish.yml
6464
secrets: inherit

0 commit comments

Comments
 (0)