Allow admin to manually trigger update_rapids workflow
This commit is contained in:
parent
181dee13e9
commit
2ec2ecf013
3
.github/workflows/update_rapids.yml
vendored
3
.github/workflows/update_rapids.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: update-rapids
|
name: update-rapids
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "13 2 * * *" # Run once daily
|
- cron: "0 20 * * *" # Run once daily
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user