mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 08:28:51 +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:
|
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
|
||||||
|
Reference in New Issue
Block a user