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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "13 2 * * *" # Run once daily
|
||||
- cron: "0 20 * * *" # Run once daily
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user