diff --git a/.github/workflows/update_rapids.yml b/.github/workflows/update_rapids.yml index 022639a1f..31f89df58 100644 --- a/.github/workflows/update_rapids.yml +++ b/.github/workflows/update_rapids.yml @@ -2,10 +2,11 @@ name: update-rapids on: schedule: - - cron: "20 20 * * *" # Run once daily + - cron: "13 2 * * *" # Run once daily permissions: - contents: read # to fetch code (actions/checkout) + pull-requests: write + contents: write defaults: run: