Skip to content

Commit

Permalink
CI: enable tests from manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Jan 10, 2024
1 parent 341bb7c commit aa618d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: cargo dusk-analyzer

test_nightly:
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false || github.event_name == 'workflow_dispatch'
name: Nightly tests
runs-on: core
steps:
Expand Down

0 comments on commit aa618d9

Please sign in to comment.