Skip to content

Commit

Permalink
[CI] Allow skipping tests, v4 - GHA pls
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Nov 18, 2024
1 parent 3e531ac commit 6f93b98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
if: always()
needs: [vars, tests]
runs-on: ubuntu-latest

steps:
- name: Log
run: echo "Pre-Publish Step"

publish:
if: ${{ needs.datagen.result == 'success' }}
needs: [vars, prepublish]
Expand Down

0 comments on commit 6f93b98

Please sign in to comment.