diff --git a/.github/workflows/update_rapids.yml b/.github/workflows/update_rapids.yml index 31f89df58..1e1c9e6a4 100644 --- a/.github/workflows/update_rapids.yml +++ b/.github/workflows/update_rapids.yml @@ -1,8 +1,9 @@ name: update-rapids on: + workflow_dispatch: schedule: - - cron: "13 2 * * *" # Run once daily + - cron: "0 20 * * *" # Run once daily permissions: pull-requests: write