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

Update Bicep Validate GitHub Action to run on demand #427

Closed
glennmusa opened this issue Sep 22, 2021 · 0 comments · Fixed by #430
Closed

Update Bicep Validate GitHub Action to run on demand #427

glennmusa opened this issue Sep 22, 2021 · 0 comments · Fixed by #430
Assignees
Labels
dev-automation Related to automating builds, the development container, and improving the developer experience.

Comments

@glennmusa
Copy link
Contributor

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 a workflow_dispatch trigger, but its paths filter doesn't allow a user to trigger it from the GitHub Actions UI:

  workflow_dispatch:
    paths:
    - '**.bicep'

Acceptance Criteria

  • Remove the path filter to allow users to trigger src/bicep/mlz.bicep on any branch they want
@glennmusa glennmusa added needs triage dev-automation Related to automating builds, the development container, and improving the developer experience. labels Sep 22, 2021
@glennmusa glennmusa changed the title Update Bicep Validate Github Action to run on demand Update Bicep Validate GitHub Action to run on demand Sep 22, 2021
@glennmusa glennmusa linked a pull request Sep 22, 2021 that will close this issue
4 tasks
@glennmusa glennmusa self-assigned this Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-automation Related to automating builds, the development container, and improving the developer experience.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant