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 2e87f8c commit 170fe62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Golang
'on': push
jobs:
mcvs-golang-action:
if: ${{ github.event.label.name == 'label_name123' }}
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 170fe62

Please sign in to comment.