We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e2a65 commit 7616645Copy full SHA for 7616645
1 file changed
.github/workflows/publish.yml
@@ -33,7 +33,6 @@ permissions:
33
jobs:
34
version:
35
runs-on: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-latest' }}
36
- if: github.repository == 'anomalyco/opencode'
37
steps:
38
- uses: actions/checkout@v3
39
with:
@@ -61,7 +60,6 @@ jobs:
61
60
build-cli:
62
needs: version
63
64
- if:
65
66
67
0 commit comments