diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3c21c924..a76f55ade 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,6 @@ jobs: docker-build: name: Docker Image Build runs-on: ubuntu-22.04 - needs: tests if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2