[CI] Update create-pull-request action
This commit is contained in:
parent
732e27cebc
commit
882f4136e0
4
.github/workflows/update_rapids.yml
vendored
4
.github/workflows/update_rapids.yml
vendored
@ -3,7 +3,7 @@ name: update-rapids
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 20 * * *" # Run once daily
|
- cron: "0 20 * * 1" # Run once weekly
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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@v6
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
with:
|
with:
|
||||||
add-paths: |
|
add-paths: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user