Update update_rapids.yml

This commit is contained in:
Philip Hyunsu Cho 2023-06-03 13:12:12 -07:00 committed by GitHub
parent a1fad72ab3
commit 3bf0f145bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: update-rapids
on:
schedule:
- cron: "0 7 * * *" # Run once daily
- cron: "20 20 * * *" # Run once daily
permissions:
contents: read # to fetch code (actions/checkout)
@ -31,7 +31,10 @@ jobs:
bash tests/buildkite/update-rapids.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
add-paths: tests/buildkite
branch: create-pull-request/update-rapids
base: master
if: github.ref == 'refs/heads/master'
with:
add-paths: |
tests/buildkite
branch: create-pull-request/update-rapids
base: master