From c8661c5d4f52ab25fdfd946d457044e9924d281c Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Tue, 8 Oct 2024 13:46:49 +0200 Subject: [PATCH] Always add comment after tests to CORE release PR, even if previous job fails (#5195) --- .changeset/late-pants-collect.md | 5 +++++ .../workflows/automation-tests-on-repository-dispatch.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/late-pants-collect.md diff --git a/.changeset/late-pants-collect.md b/.changeset/late-pants-collect.md new file mode 100644 index 00000000000..8df09422531 --- /dev/null +++ b/.changeset/late-pants-collect.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": minor +--- + +Always add comment after tests to CORE release PR, even if previous job fails. diff --git a/.github/workflows/automation-tests-on-repository-dispatch.yml b/.github/workflows/automation-tests-on-repository-dispatch.yml index dc54ff131bf..6a8382a37c1 100644 --- a/.github/workflows/automation-tests-on-repository-dispatch.yml +++ b/.github/workflows/automation-tests-on-repository-dispatch.yml @@ -45,6 +45,7 @@ jobs: secrets: inherit add-comment-to-release-pr: + if: ${{ !cancelled() }} needs: run-tests-on-release runs-on: ubuntu-22.04 steps: