Open Hunter275 opened 2 months ago
Tool for testing workflows, going to see if I can get it working
Update version to match protobufs version https://github.com/meshtastic/protobufs/
Notes from @thebentern
Workflow_dispatch adds a button to "Run Workflow" and allows you to select a branch from Actions to run the workflow on.
Then use if: ${{ github.event_name == 'workflow_dispatch' }}
to gate jobs
The "version check" job needs to run when a PR is created with the target branch of master
, it currently does not.
I'm not sure if this just isn't an issue because I'm a meshtastic org member but I am able to modify the Actions and they run on the PR with the updated .yml files, thats a huge red flag to me and we need to protect ourselves on our other repos.
Update GitHub actions now that the repo is getting more attention.
This will change a lot as I learn more about GitHub Actions. If you'd like to lend a hand please comment.
TODO:
master