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