Skip to content

Commit

Permalink
fix: [#535] Go mod updater go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Mar 11, 2024
1 parent 417b57c commit 751e170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: golang
workflow_dispatch:
jobs:
mcvs-golang-action:
if: ${{ github.event.label.name == 'label_name123' }}
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: gomod-go-version-updater-action
'on':
schedule:
- cron: '42 6 * * *'
'on': push
permissions:
actions: write
contents: write
pull-requests: write
jobs:
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
steps:
- uses: 030/gomod-go-version-updater-action@v0.1.0
- uses: 030/gomod-go-version-updater-action@16-go-mod-tidy

0 comments on commit 751e170

Please sign in to comment.