Skip to content

Commit

Permalink
Always add comment after tests to CORE release PR, even if previous j…
Browse files Browse the repository at this point in the history
…ob fails (#5195)
  • Loading branch information
karola312 authored Oct 8, 2024
1 parent f961f42 commit c8661c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-pants-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": minor
---

Always add comment after tests to CORE release PR, even if previous job fails.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8661c5

Please sign in to comment.