Merge pull request #2243 from Kobzol/pull-cron

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-02-04 16:57:19 +08:00 committed by GitHub
commit 3145dd3021
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,8 @@ name: rustc-pull
on:
workflow_dispatch:
schedule:
# Run at 04:00 UTC every day
- cron: '0 4 * * *'
# Run at 04:00 UTC every Monday and Thursday
- cron: '0 4 * * 1,4'
jobs:
pull: