ci: run ci.yml only if label "ready" is present

This commit is contained in:
Nicolas Meienberger 2023-06-20 23:43:20 +02:00
parent e1f0b379db
commit 65813de4b8

View File

@ -5,6 +5,7 @@ on:
jobs:
ci:
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ready') || !startsWith(github.event.pull_request.head.ref, 'renovate/')
runs-on: ubuntu-latest
steps:
- name: Checkout