try again (noise)

This commit is contained in:
Mitchell Hashimoto
2022-11-17 11:30:29 -08:00
parent f8ddeb35af
commit 81bdeb2045

View File

@ -10,7 +10,7 @@ name: Release Tip
jobs: jobs:
build-macos: 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 runs-on: ubuntu-latest
env: env:
# Needed for macos SDK # Needed for macos SDK