Skip to content

Commit 2663a56

Browse files
fix: fix labeled execution for upgrade tests
1 parent f82aa27 commit 2663a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
execute-modinput-labeled: ${{ steps.configure-tests-on-labels.outputs.execute_modinput_functional_labeled }}
127127
execute-ucc-modinput-labeled: ${{ steps.configure-tests-on-labels.outputs.execute_ucc_modinput_functional_labeled }}
128128
execute-scripted_inputs-labeled: ${{ steps.configure-tests-on-labels.outputs.execute_scripted_inputs_labeled }}
129-
execute-upgrade-labeled: ${{ steps.configure-tests-on-labels.outputs.execute_upgrade_test_labeled }}
129+
execute-upgrade-labeled: ${{ steps.configure-tests-on-labels.outputs.execute_upgrade_labeled }}
130130
exit-first: ${{ steps.configure-tests-on-labels.outputs.exit-first }}
131131
s3_bucket_k8s: ${{ steps.k8s-environment.outputs.s3_bucket }}
132132
argo_server_domain_k8s: ${{ steps.k8s-environment.outputs.argo_server_domain }}

0 commit comments

Comments
 (0)