From 672bd7a3f6c2da8cd61ab77c5d6ec1840ea18cce Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:07:26 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8401738fec..afa336f1ca8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: check: - if: startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dind-network-host-patch' + if: startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3