From 9189e16229e2e0009df73c5b2d6e8e75f1912623 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 6 Mar 2024 13:54:36 -0800 Subject: [PATCH] =?UTF-8?q?Suppress=20dev=20container=20push=20=E2=9D=8Cs.?= =?UTF-8?q?=20(#1372)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 70db47f91..866f3df60 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -105,6 +105,7 @@ jobs: https://github.com/apple/swift-package-manager/issues/6595" && false) ) .build/${{ matrix.configuration }}/hc --version + push: never - name: Check code coverage uses: mattpolzin/swift-codecov-action@0.7.5