Skip to content

Commit

Permalink
feat(ci): better weekly ci update workflow (#2928)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Jan 12, 2025
1 parent e1b301c commit a333038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-weekly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Weekly Update
on:
schedule:
- cron: "0 0 * * 0"
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Run Weekly Update
run: anda update --filters weekly=1
run: anda update --filters weekly=$(date "+%w")
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_BACKTRACE: full
Expand Down

0 comments on commit a333038

Please sign in to comment.