release-tip manual

This commit is contained in:
Mitchell Hashimoto
2022-11-17 11:28:25 -08:00
parent a309be738a
commit f8ddeb35af

View File

@ -10,7 +10,7 @@ name: Release Tip
jobs: jobs:
build-macos: build-macos:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.event.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