ci: remove wrong dangling if on label ready

This commit is contained in:
Nicolas Meienberger 2023-06-21 01:04:35 +02:00
parent 040d996ebc
commit e1c9c1014f

View File

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