Skip to content

Commit

Permalink
CI: Fix condition for annotations in nightly runs
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Sep 8, 2023
1 parent 3ac0830 commit af2136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
codesignPass: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }}

- name: Annotate Build 🏷️
if: matrix.target == 'arm64' && fromJSON(needs.check-event.outputs.annotate)
if: matrix.target == 'arm64' && github.event_name == 'schedule'
uses: yuzutech/annotations-action@v0.4.0
with:
repo-token: ${{ github.token }}
Expand Down

0 comments on commit af2136d

Please sign in to comment.