diff --git a/.github/workflows/update-weekly.yml b/.github/workflows/update-weekly.yml index c94e47a7e7..8ba8a13ea3 100644 --- a/.github/workflows/update-weekly.yml +++ b/.github/workflows/update-weekly.yml @@ -1,7 +1,7 @@ name: Weekly Update on: schedule: - - cron: "0 0 * * 0" + - cron: "0 0 * * *" workflow_dispatch: jobs: @@ -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