From aed040ff58bbff8dfbb962f64ac4c6118634ee76 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Mon, 9 Oct 2023 15:22:13 +0200 Subject: [PATCH] Revert "CI: Fix condition for annotations in nightly runs" This reverts commit af2136d51c0e4fd1fafc1908732263caa2ec4c73. --- .github/workflows/build-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-project.yaml b/.github/workflows/build-project.yaml index 161b99913..76464d644 100644 --- a/.github/workflows/build-project.yaml +++ b/.github/workflows/build-project.yaml @@ -156,7 +156,7 @@ jobs: codesignPass: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }} - name: Annotate Build 🏷️ - if: matrix.target == 'arm64' && github.event_name == 'schedule' + if: matrix.target == 'arm64' && fromJSON(needs.check-event.outputs.annotate) uses: yuzutech/annotations-action@v0.4.0 with: repo-token: ${{ github.token }}