From 181dee13e927a82bc380bc541c6da9275822ae2c Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Thu, 8 Jun 2023 19:11:49 -0700 Subject: [PATCH] Update update_rapids.yml --- .github/workflows/update_rapids.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: