[TSM.ID].[11031972] fix: bare-metal.yml - Gitea context compatibility for workflow_run condition
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
bare-metal-check:
|
bare-metal-check:
|
||||||
name: "3Z: Bare Metal (3 Module)"
|
name: "3Z: Bare Metal (3 Module)"
|
||||||
runs-on: ubuntu-latest
|
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:
|
env:
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
LC_ALL: C.UTF-8
|
LC_ALL: C.UTF-8
|
||||||
|
|||||||
Reference in New Issue
Block a user