Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Jun 4, 2024
1 parent 543c755 commit 9f98e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

build_and_publish:
name: Build and publish image
needs: [lint_websocket, build_svelte, build_test_rust, build_test_golang]
needs: [build_svelte, build_test_rust, build_test_golang]
if: github.event_name != 'pull_request'
permissions:
contents: read
Expand Down

0 comments on commit 9f98e55

Please sign in to comment.