diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 4909a7abe..b7503b7a1 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -38,7 +38,7 @@ jobs: deploy: runs-on: ubuntu-latest - needs: [test] + needs: [docker-push] defaults: run: working-directory: ./server diff --git a/.github/workflows/github-bot.yml b/.github/workflows/github-bot.yml index 9c280f72e..bd744deee 100644 --- a/.github/workflows/github-bot.yml +++ b/.github/workflows/github-bot.yml @@ -40,7 +40,7 @@ jobs: deploy: runs-on: ubuntu-latest - needs: [test] + needs: [docker-push] defaults: run: working-directory: ./server diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 048a2357c..04981b343 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -94,7 +94,7 @@ jobs: deploy: runs-on: ubuntu-latest - needs: [test] + needs: [test, docker-push] defaults: run: working-directory: ./server