From 78907d7c8a4e02c96f2aa5ec699eb040198ebaf0 Mon Sep 17 00:00:00 2001 From: Chi Zhang Date: Fri, 24 Mar 2023 18:48:43 +0000 Subject: [PATCH] Fix the ci-update-workflow GitHub Actions --- .github/workflows/ci-update-workflow.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-update-workflow.yml b/.github/workflows/ci-update-workflow.yml index fde73cb6..dd3c1154 100644 --- a/.github/workflows/ci-update-workflow.yml +++ b/.github/workflows/ci-update-workflow.yml @@ -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: