Skip to content

Commit

Permalink
switch values to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 8, 2024
1 parent b8f391a commit 158fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-workflow-p1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
test-with-server-release:
uses: ./.github/workflows/build-wheels.yml
with:
run_tests: ${{ github.event_name == 'workflow_dispatch' && inputs.run_server_release_tests || true }}
run_tests: ${{ github.event_name == 'pull_request' && true || inputs.run_server_release_tests }}
secrets: inherit

test-with-server-rc:
Expand Down

0 comments on commit 158fe2f

Please sign in to comment.