From 642894a36a7d4988ff9d473d1ed65a45c15c7497 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Wed, 18 Dec 2024 19:12:06 +0100 Subject: [PATCH] Skipped test building of docker image on push The image will actually get built (and published) anyway. --- .github/workflows/docker-test-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker-test-build.yml b/.github/workflows/docker-test-build.yml index d50a34594..57f9634b0 100644 --- a/.github/workflows/docker-test-build.yml +++ b/.github/workflows/docker-test-build.yml @@ -2,9 +2,6 @@ name: Docker test build on: pull_request: - push: - branches: - - main concurrency: group: ${{ github.workflow }}-${{ github.ref }}