Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jul 8, 2021
1 parent d63d471 commit f55e24a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
id: info
goreleaser-dryrun:
needs: repoman
if: needs.repoman.outputs.has-go-binary == 'true'
#if: needs.repoman.outputs.has-go-binary == 'true'
if: false # temporarily disabled
strategy:
matrix:
golang: [1.16.x]
Expand Down

0 comments on commit f55e24a

Please sign in to comment.