Add 'workflow_dispatch' on the remaining scheduled build jobs that does
not have it.
This keyword allows to start manually a job from the "Actions" interface
in github.
on:
schedule:
- cron: "0 0 21 * *"
+ workflow_dispatch:
permissions:
contents: read
on:
schedule:
- cron: "0 0 25 * *"
+ workflow_dispatch:
permissions:
contents: read
on:
schedule:
- cron: "0 0 25 * *"
+ workflow_dispatch:
jobs:
gcc:
on:
schedule:
- cron: "0 0 * * 4"
+ workflow_dispatch:
permissions:
contents: read