We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d6711 commit 6f61460Copy full SHA for 6f61460
.github/workflows/run_regression_tests.yml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
78
REGRESSION_TEST_REPO_TAG="AEA-6037" # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
79
- REGRESSION_TEST_WORKFLOW_TAG="v3.6.1" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
+ REGRESSION_TEST_WORKFLOW_TAG="AEA-6037" # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
80
81
if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then
82
echo "Error: One or both tag variables are not set" >&2
0 commit comments