CI: Fix condition for annotations in nightly runs
This commit is contained in:
parent
3ac08303b5
commit
af2136d51c
2
.github/workflows/build-project.yaml
vendored
2
.github/workflows/build-project.yaml
vendored
@ -156,7 +156,7 @@ jobs:
|
|||||||
codesignPass: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }}
|
codesignPass: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }}
|
||||||
|
|
||||||
- name: Annotate Build 🏷️
|
- 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
|
uses: yuzutech/annotations-action@v0.4.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ github.token }}
|
repo-token: ${{ github.token }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user