CI: Move repo maintenance bots to 6am (#31316)

later
pull/31264/head^2
Justin Newberry 1 year ago committed by GitHub
parent 618366be06
commit b94aba6281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/repo-maintenance.yaml

@ -2,7 +2,7 @@ name: repo maintenance
on: on:
schedule: schedule:
- cron: "0 12 * * 1" # every Monday at 12am UTC (4am PST) - cron: "0 14 * * 1" # every Monday at 2am UTC (6am PST)
workflow_dispatch: workflow_dispatch:
jobs: jobs:

Loading…
Cancel
Save