Update update_rapids.yml
This commit is contained in:
parent
a1fad72ab3
commit
3bf0f145bb
11
.github/workflows/update_rapids.yml
vendored
11
.github/workflows/update_rapids.yml
vendored
@ -2,7 +2,7 @@ name: update-rapids
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 7 * * *" # Run once daily
|
- cron: "20 20 * * *" # Run once daily
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # to fetch code (actions/checkout)
|
contents: read # to fetch code (actions/checkout)
|
||||||
@ -31,7 +31,10 @@ jobs:
|
|||||||
bash tests/buildkite/update-rapids.sh
|
bash tests/buildkite/update-rapids.sh
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
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'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
with:
|
||||||
|
add-paths: |
|
||||||
|
tests/buildkite
|
||||||
|
branch: create-pull-request/update-rapids
|
||||||
|
base: master
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user