.github/.github/workflows/trigger-rebuild-repo-package.yml at current · vyos/.github
has hard check of only execute when PR is merged
if: github.event.pull_request.merged == true
Remove this check so that, it can execute from workflow dispatch.
.github/.github/workflows/trigger-rebuild-repo-package.yml at current · vyos/.github
has hard check of only execute when PR is merged
if: github.event.pull_request.merged == true
Remove this check so that, it can execute from workflow dispatch.
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Vijayakumar | T6707 Implement a new build and release workflow based on GitHub Actions | |||
| Resolved | Vijayakumar | T8390 Make trigger-rebuild-repo-package work from workflow dispatch |