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 }}