Skip to content

Commit b18766e

Browse files
[no-relnote] Fix E2E matrix conditional
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 0920018 commit b18766e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
is_pull_request:
43-
- ${{!( startsWith(github.ref, 'refs/pull/') )}}
43+
- ${{ fromJSON(startsWith(github.ref, 'refs/pull/')) }}
4444
driver_branch:
4545
- 550
4646
- 575

0 commit comments

Comments
 (0)