Set upgrade-transitive-deps.yml to run on every Fri (#1145)

To avoid unnecessary PRs.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-06-12 11:23:12 +10:00 committed by GitHub
parent fba862a4e8
commit d390d320e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ name: Upgrade transitive dependencies
on: on:
workflow_dispatch: # Allow running on-demand workflow_dispatch: # Allow running on-demand
schedule: schedule:
- cron: '0 3 * * *' - cron: '0 3 * * 5'
jobs: jobs:
upgrade: upgrade: