Skip to content

Commit

Permalink
chore: minor fix in workflows yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Mar 23, 2024
1 parent 3487ca9 commit 7f1d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: build-server
needs: path-filter
if: needs.path-filter.outputs.server == 'true'
uses: ./.github/workflows/build-server.yml
uses: ./.github/workflows/build-and-push-server.yml
secrets: inherit
with:
pr: ${{ github.event.pull_request.number }}

0 comments on commit 7f1d08e

Please sign in to comment.