-
Notifications
You must be signed in to change notification settings - Fork 3
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
Benchmarking workflows/scripts #1
Conversation
paradust7
commented
May 6, 2022
- track_minetest workflow: Periodically updates the minetest/irrlicht revision numbers. (pushes back into this repo)
- perf: Builds and runs the benchmarks on every push.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see how this works
For some reason the automated commits do not actually trigger workflow runs?! |
I thought I had tested this, but apparently not: To prevent infinite recursion, workflows can't be triggered by commits using a GITHUB_TOKEN belonging to another workflow. Let me try to combine the two workflows, so that the cron job itself will do the build. |
This should work though? https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow |
Unfortunately it appears that API endpoint is not accessible either except through a personal token. As an quick fix, I've just combined the two workflows, so that the build, benchmark, and publish will happen every 3 hours, or every manual push: #2 |