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: |