File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,8 @@ jobs:
156
156
retention-days : 3
157
157
- name : Run QA checks for ${{ github.event.inputs.connector }}
158
158
id : qa_checks
159
- if : always()
159
+ # TODO: Disabled for on master until #22127 resolved
160
+ if : contains(github.ref, "feat-qa-engine")
160
161
run : |
161
162
run-qa-checks ${{ github.event.inputs.connector }}
162
163
- name : Report Status
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function write_job_log() {
56
56
# if docker version has a value, write it to a file with the docker version as the name
57
57
# else output an error to the build log
58
58
if [ -n " $DOCKER_VERSION " ]; then
59
- echo " $job_log_json " > tests/history/" $CONNECTOR " /" $DOCKER_VERSION " .json
59
+ echo " $job_log_json " > tests/history/" $CONNECTOR " /" $VERSION_PREFIX " " $ DOCKER_VERSION" .json
60
60
else
61
61
echo " ERROR: Could not find docker version for $CONNECTOR "
62
62
fi
You can’t perform that action at this time.
0 commit comments