Skip to content

Commit 2ec2ecf

Browse files
authored
Allow admin to manually trigger update_rapids workflow
1 parent 181dee1 commit 2ec2ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_rapids.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: update-rapids
22

33
on:
4+
workflow_dispatch:
45
schedule:
5-
- cron: "13 2 * * *" # Run once daily
6+
- cron: "0 20 * * *" # Run once daily
67

78
permissions:
89
pull-requests: write

0 commit comments

Comments
 (0)