Skip to content

Commit

Permalink
Fix the ci-update-workflow GitHub Actions (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizhg committed Mar 24, 2023
1 parent a858869 commit 4c82e82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-update-workflow.yml
Expand Up @@ -4,6 +4,13 @@ on:
schedule:
# Run every day at 10AM.
- cron: '0 10 * * *'
workflow_dispatch:
branches:
- master

permissions:
repository-projects: write
pull-requests: write

jobs:
update-go-versions:
Expand Down

0 comments on commit 4c82e82

Please sign in to comment.