Skip to content

Commit

Permalink
Fix the ci-update-workflow GitHub Actions (golang#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizhg committed Mar 24, 2023
1 parent a858869 commit acdbf3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-update-workflow.yml
Original file line number Diff line number Diff line change
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 All @@ -18,6 +25,8 @@ jobs:

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
with:
version: '416.0.0'

- name: Get available Go versions
run: |
Expand Down

0 comments on commit acdbf3d

Please sign in to comment.