Skip to content

Commit 4c82e82

Browse files
authored
Fix the ci-update-workflow GitHub Actions (#308)
1 parent a858869 commit 4c82e82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-update-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
schedule:
55
# Run every day at 10AM.
66
- cron: '0 10 * * *'
7+
workflow_dispatch:
8+
branches:
9+
- master
10+
11+
permissions:
12+
repository-projects: write
13+
pull-requests: write
714

815
jobs:
916
update-go-versions:

0 commit comments

Comments
 (0)