Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> saves my teammates from dozens of tiny test PRs

May have misread this but you know you can push to one branch and then run the action against it? Would reduce PRs if you're doing that to then check the action in master. You have to add a workflow_dispatch to the action: https://docs.github.com/en/actions/using-workflows/manually-...



Yeah most of the time that is a good way to test. There are some specific actions that aren't easily tested outside of the regular spot though. Mostly deployment related pieces due to the way our infrastructure is setup.


And if you're working on workflows that need to be in PRs, you can make a PR from your fork _to_ your fork.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: