Skip to content

Commit 6f93b98

Browse files
committed
[CI] Allow skipping tests, v4 - GHA pls
1 parent 3e531ac commit 6f93b98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ jobs:
6161
if: always()
6262
needs: [vars, tests]
6363
runs-on: ubuntu-latest
64-
64+
steps:
65+
- name: Log
66+
run: echo "Pre-Publish Step"
67+
6568
publish:
6669
if: ${{ needs.datagen.result == 'success' }}
6770
needs: [vars, prepublish]

0 commit comments

Comments
 (0)