mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-31 09:32:17 -05:00
Revert "CI: Fix condition for annotations in nightly runs"
This reverts commit af2136d51c.
This commit is contained in:
2
.github/workflows/build-project.yaml
vendored
2
.github/workflows/build-project.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user