Skip to content

Commit b8865bc

Browse files
authored
chore(ci): if: trueを削除してactionlintエラーを解消 (#1825)
1 parent cdd73e5 commit b8865bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-engine-container.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,6 @@ jobs:
277277
bash ./tools/build_and_push_multi_platform_docker_images.bash
278278
279279
run-release-test-workflow:
280-
# NOTE: デフォルトブランチでのビルドを一時的にやめているので、常にtrueになっている
281-
# FIXME: Docker Hubにpushしない場合はfalseになるようにする
282-
if: true
283280
needs: [config, build-docker, build-docker-multi-platform]
284281
uses: ./.github/workflows/test-engine-container.yml
285282
with:

0 commit comments

Comments
 (0)