From c14feee9e602a2f3068c8497ef91dcd99ad86dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:22:33 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 0eff257..62efd27 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -6,12 +6,15 @@ on: - "docs/**" - ".gitea/workflows/**services**.yml" jobs: - build: + checkout: runs-on: ubuntu-latest - container: librespace/ansible steps: - name: Checkout code uses: actions/checkout@v2 + ansible: + runs-on: ubuntu-latest + container: librespace/ansible + steps: - name: ls shell: bash run: |