[TSM.ID].[11031972] fix: bare-metal.yml - Gitea context compatibility for workflow_run condition

This commit is contained in:
TSM.ID
2026-05-25 16:08:42 +07:00
parent 012ee564b0
commit 80e0441476
+1 -1
View File
@@ -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