Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd8010c

Browse files
authored
chore: makebuild only run on main (#12753)
1 parent541ccd9 commitfd8010c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ jobs:
666666
# to main branch. We are only building this for amd64 platform. (>95% pulls
667667
# are for amd64)
668668
needs:changes
669-
if:needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
669+
if:github.ref == 'refs/heads/main' &&needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
670670
runs-on:${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
671671
env:
672672
DOCKER_CLI_EXPERIMENTAL:"enabled"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp