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

Commitf304fd2

Browse files
committed
TEST
1 parentca1f9fe commitf304fd2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/* ]]; then
1263+
if [[ "${GITHUB_REF}" == "refs/heads/main" || "${GITHUB_REF}" == refs/heads/release/*|| "${GITHUB_REF}" == "dean/release-freeze"]]; 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
@@ -1481,7 +1481,7 @@ jobs:
14811481
-changes
14821482
-build
14831483
if:|
1484-
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/'))
1484+
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || github.ref == 'refs/heads/dean/release-freeze')
14851485
&& needs.changes.outputs.docs-only == 'false'
14861486
&& !github.event.pull_request.head.repo.fork
14871487
uses:./.github/workflows/deploy.yaml

‎.github/workflows/deploy.yaml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
with:
7272
egress-policy:audit
7373

74+
-name:FAIL
75+
run:|
76+
echo "FAIL"
77+
exit 1
78+
7479
-name:Checkout
7580
uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8# v5.0.0
7681
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp