Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed May 22, 2024
1 parent 18ee374 commit 85d1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ jobs:
--run_number=${{env.GITHUB_RUN_NUMBER}} \
--proxy_tag=${{ needs.build-image.outputs.proxy_tag }}
trigger-tracer-tests:
if: contains(github.event.pull_request.labels.*.name, 'runTracerTests') || ${{ inputs.trigger_tracer_tests == 'true' }}
if: ${{ (contains(github.event.pull_request.labels.*.name, 'runTracerTests')) || (inputs.trigger_tracer_tests == 'true') }}
needs: build-image
runs-on: test-runner
steps:
Expand Down

0 comments on commit 85d1b93

Please sign in to comment.