Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable tests on workflow dispatch trigger #465

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rcooke-warwick
Copy link
Contributor

Workflow dispatch is just used for manual deploys - we don't want tests to run after.

Change-type: patch

Workflow dispatch is just used for manual deploys - we don't want tests to run after.

Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
Copy link
Contributor

@klutchell klutchell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sometimes we do want to run tests on workflow dispatch, like when Alex needed to run secure boot tests that are not enabled in meta-balena.

An alternate approach would be to expose the test matrix input to the workflow_dispatch call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants