author | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-03-30 20:35:03 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-03-31 08:19:45 UTC |
parent | fa074ec16c7446a8ed5a0f7f80d6c4220fbe24b0 |
.github/workflows/docker.yml | +1 | -1 |
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bf8c3c5..095c0b6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -57,7 +57,7 @@ jobs: public-image: runs-on: ubuntu-latest timeout-minutes: 15 - needs: [integration, coverage] + needs: [integration] if: github.event_name == 'push' steps: - uses: actions/checkout@v4