There was an error in the bash script that picks the branch name in the e2e yaml file. The error didn't get picked up until the weekly tests were run again.
Note: is there a way to force run the schedule version of a Github action instead of waiting for the weekly tests to catch errors?
Looks good to me, there is a workflow_dispatch, so from the actions tab you can go to the specific workflow, and there is a button to run the workflow and you can pick a branch for doing so.
There was an error in the bash script that picks the branch name in the e2e yaml file. The error didn't get picked up until the weekly tests were run again.
Note: is there a way to force run the schedule version of a Github action instead of waiting for the weekly tests to catch errors?