Skip to content

Commit aab7e88

Browse files
committed
update core reference, containing e2e test fix
1 parent 03fe59e commit aab7e88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-e2e-tests-on-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ on:
117117
jobs:
118118
e2e-test:
119119
name: E2E Test
120-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3
120+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml
121121
with:
122122
operator_type: ${{ inputs.operator_type }}
123123
identity_scope: ${{ inputs.identity_scope }}
124124
target_environment: ${{ inputs.target_environment }}
125125
delay_operator_shutdown: ${{ inputs.delay_operator_shutdown }}
126126
operator_image_version: ${{ inputs.operator_image_version }}
127-
core_image_version: ${{ inputs.core_image_version }}
127+
core_image_version: 2.30.39-alpha-161-SNAPSHOT # hardcoded to wzh-UID2-6362-E2E-pipeline-fix-workaround-private
128128
optout_image_version: ${{ inputs.optout_image_version }}
129129
e2e_image_version: ${{ inputs.e2e_image_version }}
130130
operator_branch: ${{ github.ref }}

0 commit comments

Comments
 (0)