Skip to content

Commit

Permalink
Make the rustc-pull workflow run less often
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Feb 3, 2025
1 parent 95b2d3c commit 6a5c177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rustc-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a5c177

Please sign in to comment.