We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9946d3d commit 89db95cCopy full SHA for 89db95c
.github/workflows/validate.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: e2e tests
51
# Only run e2e tests from the main branch as we need some credentials
52
# that we don't want to risk leaking from pullrequest opened by random contributors
53
- if: github.ref == 'refs/heads/main' || ${{ inputs.run-e2e-tests }}
+ if: github.ref == 'refs/heads/main' || ${{ inputs.run-e2e-tests == true }}
54
run: make e2e-test
55
env:
56
GITHUB_TOKEN: ${{ steps.generate_testing_token.outputs.token }}
0 commit comments