Bug fix -- evaluate is-presubmit boolean at pass time

deannagarcia-patch-10
deannagarcia 8 months ago committed by GitHub
parent fce17d8af3
commit eb33cd2cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/test_runner.yml

@ -117,7 +117,7 @@ jobs:
needs: [check-tag]
uses: ./.github/workflows/test_bazel.yml
with:
is-presubmit: ${{ needs.check-tag.outputs.run-as-presubmit }}
is-presubmit: ${{ needs.check-tag.outputs.run-as-presubmit == 'true' }}
safe-checkout: ${{ needs.check-tag.outputs.checkout-sha }}
secrets: inherit

Loading…
Cancel
Save