Allow admin to manually trigger update_rapids workflow

This commit is contained in:
Philip Hyunsu Cho
2023-06-08 19:21:36 -07:00
committed by GitHub
parent 181dee13e9
commit 2ec2ecf013

View File

@@ -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