Skip to content

Commit 42b98d1

Browse files
committed
wip
Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
1 parent f4c6d7a commit 42b98d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance-13-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
./create-ci-env.sh \
6161
--kube-proxy ${{ matrix.config.kube-proxy}} \
6262
--talos-version ${{ matrix.talos }} \
63-
--pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job_id }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
63+
--pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
6464
--owner "isovalent/terraform-aws-talos"
6565
make apply
6666
- name: Install Cilium CLI

.github/workflows/conformance-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
./create-ci-env.sh \
5858
--kube-proxy ${{ matrix.config.kube-proxy}} \
5959
--talos-version ${{ matrix.talos }} \
60-
--pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job_id }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
60+
--pr "${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.job }}-${{ github.run_number}}-${{ github.run_attempt }}-${{ matrix.name }}-${{ matrix.cilium }}-${{ matrix.talos }}" \
6161
--owner "isovalent/terraform-aws-talos"
6262
make apply
6363
- name: Install Cilium CLI

0 commit comments

Comments
 (0)