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

Commit8fc7ebd

Browse files
committed
fixup! TEST
1 parenta1000f7 commit8fc7ebd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ jobs:
10931093
needs:
10941094
-changes
10951095
-build-dylib
1096-
if:(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || github.ref == 'refs/heads/dean/release-freeze') && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
1096+
if:true
10971097
runs-on:${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
10981098
permissions:
10991099
# Necessary to push docker images to ghcr.io.
@@ -1260,7 +1260,7 @@ jobs:
12601260
make build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
12611261
12621262
# only push if we are on main branch or release branch
1263-
if[[ "${GITHUB_REF}" == "refs/heads/main" || "${GITHUB_REF}" == refs/heads/release/* || "${GITHUB_REF}" == "dean/release-freeze" ]]; then
1263+
iftrue; then
12641264
# build and push multi-arch manifest, this depends on the other images
12651265
# being pushed so will automatically push them
12661266
# note: omitting the -j argument to avoid race conditions when pushing
@@ -1480,10 +1480,7 @@ jobs:
14801480
needs:
14811481
-changes
14821482
-build
1483-
if:|
1484-
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || github.ref == 'refs/heads/dean/release-freeze')
1485-
&& needs.changes.outputs.docs-only == 'false'
1486-
&& !github.event.pull_request.head.repo.fork
1483+
if:true
14871484
uses:./.github/workflows/deploy.yaml
14881485
with:
14891486
image:${{ needs.build.outputs.IMAGE }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp