Schedule to 1st of the month at 9am UTC. Disable manual trigger. Disable reporting mode.

This commit is contained in:
David Strome 2025-03-31 14:33:50 -07:00
parent c459f20887
commit d39f1f19eb

View File

@ -5,9 +5,9 @@ permissions:
on: on:
schedule: schedule:
- cron: "0 */12 * * *" - cron: "0 9 1 * *"
workflow_dispatch: # workflow_dispatch:
jobs: jobs:
@ -21,6 +21,6 @@ jobs:
"ExampleBranch1", "ExampleBranch1",
"ExampleBranch2" "ExampleBranch2"
]' ]'
ReportOnly: true ReportOnly: false
secrets: secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }} AccessToken: ${{ secrets.GITHUB_TOKEN }}