Skip to content

Commit 7616645

Browse files
committed
remove if
1 parent 70e2a65 commit 7616645

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ permissions:
3333
jobs:
3434
version:
3535
runs-on: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-latest' }}
36-
if: github.repository == 'anomalyco/opencode'
3736
steps:
3837
- uses: actions/checkout@v3
3938
with:
@@ -61,7 +60,6 @@ jobs:
6160
build-cli:
6261
needs: version
6362
runs-on: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-latest' }}
64-
if:
6563
steps:
6664
- uses: actions/checkout@v3
6765
with:

0 commit comments

Comments
 (0)