ci: remove wrong dangling if on label ready
This commit is contained in:
parent
040d996ebc
commit
e1c9c1014f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -59,7 +59,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check bumped version
|
- name: Check bumped version
|
||||||
id: 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
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user