From 96f1c86616ea6270ae31626f4d285b36b61e574f Mon Sep 17 00:00:00 2001 From: Donkie Date: Fri, 29 Dec 2023 12:13:15 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b80457..5d8aeea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -352,14 +352,6 @@ jobs: needs: [publish-images] runs-on: ubuntu-latest steps: - - name: Assert ref_name - run: | - echo "ref_name: ${{ github.ref_name }}" - if [ "${{ github.ref_name }}" != "v*" ]; then - echo "This job should only run on tags" - exit 1 - fi - - name: Download built spoolman uses: actions/download-artifact@v3 with: