Skip to content

Commit 3db7b81

Browse files
committed
fixup! XXX: Test
1 parent db98249 commit 3db7b81

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/conformance-kind-proxy-embedded.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
mkdir -p cilium-junits
109109
110110
- name: Run connectivity test
111-
env:
112-
GITHUB_WORKFLOW_REF: ${{ github.env.GITHUB_WORKFLOW_REF }}
113111
run: |
112+
export GITHUB_WORKFLOW_REF=$GITHUB_WORKFLOW_REF
113+
echo $GITHUB_WORKFLOW_REF
114114
cilium connectivity test ${{ steps.vars.outputs.connectivity_test_defaults }} \
115115
--curl-parallel 3 \
116116
--log-code-owners \
@@ -135,8 +135,6 @@ jobs:
135135
kubectl -n kube-system get pods
136136
137137
- name: Run L7 related connectivity test
138-
env:
139-
GITHUB_WORKFLOW_REF: ${{ github.env.GITHUB_WORKFLOW_REF }}
140138
run: |
141139
cilium connectivity test --test="l7|sni|check-log-errors" \
142140
--curl-parallel 3 \

0 commit comments

Comments
 (0)