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

Don't trigger on label assignment #41

Open
adam3smith opened this issue Apr 27, 2022 · 1 comment
Open

Don't trigger on label assignment #41

adam3smith opened this issue Apr 27, 2022 · 1 comment
Assignees

Comments

@adam3smith
Copy link
Member

Would it be possible to not run this when labels are assigned, just on updated files in the PR?

@retorquere
Copy link
Collaborator

The easiest way would be to just remove labeled here and replace what it does with workflow_dispatch (which would mean "safe to test" would always have to be ran manually) or keep the label check but require a commit (which can be empty) to trigger "safe to test".

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

No branches or pull requests

2 participants