Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 541ccd9 commit fd8010cCopy full SHA for fd8010c
.github/workflows/ci.yaml
@@ -666,7 +666,7 @@ jobs:
666
# to main branch. We are only building this for amd64 platform. (>95% pulls
667
# are for amd64)
668
needs: changes
669
- if: needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
+ if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
670
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
671
env:
672
DOCKER_CLI_EXPERIMENTAL: "enabled"
0 commit comments