Skip to content

Commit

Permalink
github/workflows: Allow deployment test on workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Apr 21, 2024
1 parent 5acfce2 commit 91a8b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# Test most combinations of managers, versions, distros,
# and network plugins. Run this only on schedule.
test-single-node-all:
if: github.event_name == 'schedule'
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
name: Node Matrix
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 91a8b31

Please sign in to comment.