From e1c9c1014ff6a7ddb89f3499023e64ab6034aa9f Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 21 Jun 2023 01:04:35 +0200 Subject: [PATCH] ci: remove wrong dangling if on label ready --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ee3f12d..40f9710b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,6 @@ jobs: - name: Check bumped version id: check-bumped-version - if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ready') uses: actions/github-script@v4 with: github-token: ${{ secrets.GITHUB_TOKEN }}