You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be interesting to add a workflow in knitr-example that would trigger a new run of "Check-knitr-example" workflow in knitr repo when we have a new commit to master in this repo.
That way when we push a fix because something changed in knitr we could have the workflow re-run automatically.
Instead of adding a new issue I am posting here the idea.
We could also leverage a workflow_dispatch input so that we can run any branch in knitr repo against any branch in this repo using a API call like this
gh workflow run knitr-examples.yaml -f branch=<knitr-example-branch> --ref <knitr-branch>
I think it would be interesting to add a workflow in knitr-example that would trigger a new run of "Check-knitr-example" workflow in knitr repo when we have a new commit to master in this repo.
That way when we push a fix because something changed in knitr we could have the workflow re-run automatically.
Should be possible using
The text was updated successfully, but these errors were encountered: