remove if

This commit is contained in:
Brendan Allan
2026-02-24 14:10:11 +08:00
parent 2fbb50a1b6
commit cb30656e66

View File

@@ -33,7 +33,6 @@ permissions:
jobs:
version:
runs-on: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-latest' }}
if: github.repository == 'anomalyco/opencode'
steps:
- uses: actions/checkout@v3
with:
@@ -70,7 +69,6 @@ jobs:
build-cli:
needs: version
runs-on: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-latest' }}
if:
steps:
- uses: actions/checkout@v3
with: