Revert "CI: Fix condition for annotations in nightly runs"

This reverts commit af2136d51c.
This commit is contained in:
PatTheMav
2023-10-09 15:22:13 +02:00
committed by Ryan Foster
parent baa78b36ef
commit aed040ff58

View File

@@ -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 }}