Skip to content

Commit

Permalink
ci: only use non-required integration tests on nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Feb 5, 2024
1 parent 873e14f commit 28e6f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
skip_sast: 'all'
skip_sca: 'none'
skip_docs: 'all'
skip_integration_tests: 'none'
skip_integration_tests: 'non-required'
output_type: 'sarif'

0 comments on commit 28e6f7b

Please sign in to comment.