From 6b1a189b7bdb1bbf84e83cdf4bf89424f2456a71 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com.> Date: Tue, 21 Oct 2025 15:26:20 +0200 Subject: [PATCH] fix: add always() --- .github/workflows/res-update-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index f568d8d7ea..0b3a12a4d4 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -356,7 +356,7 @@ jobs: # gh workflow run release-nightly-ota.yml -f release_body="Auto Release of Resource Updates" - name: Comment on issue if failed - if: (failure() || cancelled()) && github.ref == 'refs/heads/dev' + if: always() && (failure() || cancelled()) && github.ref == 'refs/heads/dev' run: | # Minimize old failure comments comments=$(gh api repos/${{ github.repository }}/issues/14489/comments --jq '.[] | select(.user.login == "github-actions[bot]") | select(.body | contains("${{ github.server_url }}/${{ github.repository }}/actions/runs/")) | .node_id')