ci: add workflow_dispatch for manual trigger
CI — Build & Push Scenario Images / build-and-push (scenario-1-nofix, nofix) (push) Failing after 1m37s
Details
CI — Build & Push Scenario Images / build-and-push (scenario-2-tini-only, tini) (push) Failing after 49s
Details
CI — Build & Push Scenario Images / build-and-push (scenario-4-fullfix, fullfix) (push) Failing after 49s
Details
CI — Build & Push Scenario Images / build-and-push (scenario-1-nofix, nofix) (push) Failing after 1m37s
Details
CI — Build & Push Scenario Images / build-and-push (scenario-2-tini-only, tini) (push) Failing after 49s
Details
CI — Build & Push Scenario Images / build-and-push (scenario-4-fullfix, fullfix) (push) Failing after 49s
Details
첫 커밋 당시 has_actions: false 로 event가 드랍됐기 때문에, watched paths에 포함된 ci.yaml 자체를 수정해 CI를 처음으로 트리거. 앞으로는 workflow_dispatch로 UI/API에서 수동 재실행 가능. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1daa9bad24
commit
6b6754afd9
|
|
@ -10,6 +10,8 @@ on:
|
||||||
- 'scripts/observe.sh'
|
- 'scripts/observe.sh'
|
||||||
- 'scripts/prestop.sh'
|
- 'scripts/prestop.sh'
|
||||||
- '.gitea/workflows/ci.yaml'
|
- '.gitea/workflows/ci.yaml'
|
||||||
|
# 수동 트리거 — Gitea Actions UI 또는 API에서 실행 가능
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue