From 009a9301380227cecea8ea9aaf8e6e46f9c05d2f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Jun 2023 14:44:19 -0400 Subject: [PATCH] Fix trigger for `check-winget-pr-template` --- .github/workflows/ci-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index a618c35eb1..45fa220989 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1058,6 +1058,7 @@ jobs: check-winget-pr-template: name: Check winget-pkgs Pull Request Template is up to date needs: start-ci-run-gate + if: "!(cancelled() || failure()) && needs.start-ci-run-gate.result == 'success'" runs-on: ubuntu-latest steps: - name: Setup dotnet