From 15325ec18604fbf0099760170bbe7bb6bab0c130 Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Thu, 3 Oct 2024 14:45:06 +0200 Subject: [PATCH] Always add comment after tests to CORE release PR, even if previous job fails --- .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 0000000000..8df0942253 --- /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 dc54ff131b..6a8382a37c 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: