Skip to content

Commit a34dc80

Browse files
authored
Add workflow dispatch to update metadata action (#65)
1 parent 83b9745 commit a34dc80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_metadata.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
# At 12:00 AM, on day 1 of each month
66
- cron: "0 0 1 * *"
7+
workflow_dispatch:
78

89
jobs:
910
generate:

0 commit comments

Comments
 (0)