try again (noise)
parent
f8ddeb35af
commit
81bdeb2045
|
|
@ -10,7 +10,7 @@ name: Release Tip
|
|||
|
||||
jobs:
|
||||
build-macos:
|
||||
if: ${{ github.event.workflow_dispatch || github.event.workflow_run.conclusion == 'success' }}
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# Needed for macos SDK
|
||||
|
|
|
|||
Loading…
Reference in New Issue