Skip to content

Commit 5c06e2c

Browse files
committed
XXX: Test passing GITHUB_WORKFLOW_REF through
1 parent 4eed807 commit 5c06e2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ jobs:
108108
mkdir -p cilium-junits
109109
110110
- name: Run connectivity test
111+
env:
112+
GITHUB_WORKFLOW_REF: ${{ GITHUB_WORKFLOW_REF }}
111113
run: |
114+
echo ${{ env.GITHUB_WORKFLOW_REF }}
112115
cilium connectivity test ${{ steps.vars.outputs.connectivity_test_defaults }} \
113116
--curl-parallel 3 \
114117
--log-code-owners \

0 commit comments

Comments
 (0)