diff --git a/.changeset/rich-dryers-repair.md b/.changeset/rich-dryers-repair.md new file mode 100644 index 00000000000..bd5e91ad988 --- /dev/null +++ b/.changeset/rich-dryers-repair.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": minor +--- + +Tests results slack message now show detailed version of saleor diff --git a/.github/workflows/automation-tests-on-repository-dispatch.yml b/.github/workflows/automation-tests-on-repository-dispatch.yml index c43658efde4..e938cdea2b5 100644 --- a/.github/workflows/automation-tests-on-repository-dispatch.yml +++ b/.github/workflows/automation-tests-on-repository-dispatch.yml @@ -1,5 +1,5 @@ name: Execute automation tests -run-name: Run tests on ${{github.event.client_payload.version}} ${{github.event.client_payload.project}} +run-name: Run tests on ${{github.event.client_payload.custom_version }} ${{github.event.client_payload.project}} on: repository_dispatch: diff --git a/.github/workflows/run-tests-on-release.yml b/.github/workflows/run-tests-on-release.yml index 5eee30ca1ea..73dbd1af7dd 100644 --- a/.github/workflows/run-tests-on-release.yml +++ b/.github/workflows/run-tests-on-release.yml @@ -269,7 +269,7 @@ jobs: ENVIRONMENT: ${{ needs.add-check-and-prepare-instance.outputs.BASE_URL }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_QA_STATUSES_WEBHOOK_URL }} REF_NAME: ${{github.ref_name}} - ADDITIONAL_TITLE: "${{inputs.ADDITIONAL_TITLE}} ${{ needs.add-check-and-prepare-instance.outputs.VERSION }}" + ADDITIONAL_TITLE: "${{inputs.ADDITIONAL_TITLE}} ${{inputs.CUSTOM_VERSION}}" run: | node workflows/postTestsResults.js \ --run_id "$RUN_ID" \