Skip to content

Commit 89db95c

Browse files
committed
fix
1 parent 9946d3d commit 89db95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: e2e tests
5151
# Only run e2e tests from the main branch as we need some credentials
5252
# 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 }}
53+
if: github.ref == 'refs/heads/main' || ${{ inputs.run-e2e-tests == true }}
5454
run: make e2e-test
5555
env:
5656
GITHUB_TOKEN: ${{ steps.generate_testing_token.outputs.token }}

0 commit comments

Comments
 (0)