Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Aug 15, 2024
1 parent c2fdc6c commit 2aced0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
publish:
# Setup
needs: test
if: startsWith(github.ref, 'refs/tags/v')
# ! This is disabled! Architect doesn't seem to own this package
if: false && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest

# Go
Expand Down

0 comments on commit 2aced0e

Please sign in to comment.