Remove label check from pull_request_ci.yml
This commit is contained in:
parent
5f043627b4
commit
75ce80a89f
|
|
@ -10,5 +10,4 @@ permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
jobs:
|
jobs:
|
||||||
voronusers_ci_pr_check:
|
voronusers_ci_pr_check:
|
||||||
if: ${{ contains( github.event.pull_request.labels.*.name, 'Ready for CI') }}
|
|
||||||
uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-check.yml@main
|
uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-check.yml@main
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue