diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index aeeea9b..44b99cb 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -4,7 +4,7 @@ on: - 'main' jobs: - tests-and-sync: + tests: runs-on: linux_amd64 steps: - name: Retrieve files @@ -25,6 +25,7 @@ jobs: sync: runs-on: linux_amd64 + needs: tests steps: - name: Retrieve files shell: bash @@ -45,6 +46,7 @@ jobs: deploiement: runs-on: linux_amd64 + needs: sync steps: - name: Reload bind shell: bash