Skip to content

Commit

Permalink
build: [#535] allow gomod-go-version-updater action to trigger golang…
Browse files Browse the repository at this point in the history
… action to test whether go version update works
  • Loading branch information
030 committed Mar 11, 2024
1 parent 3dcbe3b commit c41c8ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ name: golang
push:
# required by gomod-go-version-updater to trigger this action
workflow_dispatch:
pull_request:
types: [labeled]
jobs:
mcvs-golang-action:
# if: ${{ github.event.label.name == 'gomod-go-version-updater' }}
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit c41c8ff

Please sign in to comment.