From 36169f150789883362d0c60562b53fd0d00632da Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:38:34 +0200 Subject: [PATCH] remove --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e489e76102f..afa336f1ca8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,12 +7,6 @@ on: - releaseVersion jobs: - debug-ref: - runs-on: ubuntu-latest - steps: - - name: Print github.ref - run: echo "github.ref is ${{ github.ref }}" - check: if: startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main' runs-on: ubuntu-latest