mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: release-tip only works on this repository
This commit is contained in:
10
.github/workflows/release-tip.yml
vendored
10
.github/workflows/release-tip.yml
vendored
@ -22,7 +22,15 @@ jobs:
|
||||
git push --force origin tip
|
||||
|
||||
build-macos:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
|
||||
if: |
|
||||
${{
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
(
|
||||
github.event.workflow_run.conclusion == 'success' &&
|
||||
github.repository_owner == 'mitchellh'
|
||||
)
|
||||
}}
|
||||
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 90
|
||||
env:
|
||||
|
Reference in New Issue
Block a user