From fe0e6f19421e472d83b732cada9ae2dd645d8160 Mon Sep 17 00:00:00 2001 From: oalizada Date: Wed, 7 Feb 2024 11:00:03 +0100 Subject: [PATCH] bump: release --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3009cfa..4a1431d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,6 @@ jobs: release: if: github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'bump') - needs: [test, lint] runs-on: ubuntu-latest steps: - name: Generate a token