We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eed807 commit 5c06e2cCopy full SHA for 5c06e2c
.github/workflows/conformance-kind-proxy-embedded.yaml
@@ -108,7 +108,10 @@ jobs:
108
mkdir -p cilium-junits
109
110
- name: Run connectivity test
111
+ env:
112
+ GITHUB_WORKFLOW_REF: ${{ GITHUB_WORKFLOW_REF }}
113
run: |
114
+ echo ${{ env.GITHUB_WORKFLOW_REF }}
115
cilium connectivity test ${{ steps.vars.outputs.connectivity_test_defaults }} \
116
--curl-parallel 3 \
117
--log-code-owners \
0 commit comments