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
Benefit/Result/Outcome
So that developers who are able to run GitHub Actions for this repo can validate any arbitrary branch's src/bicep/mlz.bicep file.
src/bicep/mlz.bicep
Description
The validate-bicep workflow has a workflow_dispatch trigger, but its paths filter doesn't allow a user to trigger it from the GitHub Actions UI:
validate-bicep
workflow_dispatch
paths
workflow_dispatch: paths: - '**.bicep'
Acceptance Criteria
The text was updated successfully, but these errors were encountered:
glennmusa
Successfully merging a pull request may close this issue.
Benefit/Result/Outcome
So that developers who are able to run GitHub Actions for this repo can validate any arbitrary branch's
src/bicep/mlz.bicep
file.Description
The
validate-bicep
workflow has aworkflow_dispatch
trigger, but itspaths
filter doesn't allow a user to trigger it from the GitHub Actions UI:Acceptance Criteria
src/bicep/mlz.bicep
on any branch they wantThe text was updated successfully, but these errors were encountered: