We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
workflow_run
Is it possible to validate whether the workflow name defined in a workflow_run exists or not?
Something like:
on: workflow_run: workflows: [Run Tests] # <- This would raise an error if "Run Tests" does not exist in the workflow files. types: - completed
It doesn't seem to be validating that right now.
Docs for workflow_run: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run
The text was updated successfully, but these errors were encountered:
oh this is probably a duplicate of #83
Sorry, something went wrong.
Yes, this is a duplicate. Let's track this at #83.
No branches or pull requests
Is it possible to validate whether the workflow name defined in a
workflow_run
exists or not?Something like:
It doesn't seem to be validating that right now.
Docs for
workflow_run
: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_runThe text was updated successfully, but these errors were encountered: