Skip to content

Commit

Permalink
do build a package for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Jun 7, 2024
1 parent 4ae5afc commit 8cc81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build (Linux)
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
env:
DEBIAN_FRONTEND: noninteractive
steps:
Expand Down

0 comments on commit 8cc81cb

Please sign in to comment.