From 80e04414766fa95250b0273746706e942f18f72e Mon Sep 17 00:00:00 2001 From: "TSM.ID" Date: Mon, 25 May 2026 16:08:42 +0700 Subject: [PATCH] [TSM.ID].[11031972] fix: bare-metal.yml - Gitea context compatibility for workflow_run condition --- .gitea/workflows/bare-metal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/bare-metal.yml b/.gitea/workflows/bare-metal.yml index 9d111fc..c1fd910 100644 --- a/.gitea/workflows/bare-metal.yml +++ b/.gitea/workflows/bare-metal.yml @@ -16,7 +16,7 @@ jobs: bare-metal-check: name: "3Z: Bare Metal (3 Module)" runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} + if: ${{ gitea.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'success' }} env: LANG: C.UTF-8 LC_ALL: C.UTF-8