mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +03:00
try again (noise)
This commit is contained in:
2
.github/workflows/release-tip.yml
vendored
2
.github/workflows/release-tip.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user