Skip to content

Reducing build time of openscenario_interpreter by utilizing precompiled headers #317

Reducing build time of openscenario_interpreter by utilizing precompiled headers

Reducing build time of openscenario_interpreter by utilizing precompiled headers #317

Workflow file for this run

name: Check label
on:
pull_request:
branches:
- master
types:
- labeled
- unlabeled
jobs:
check_label:
name: Check label
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Check required label
if: (!contains(github.event.pull_request.labels.*.name, 'bump patch')) &&
(!contains(github.event.pull_request.labels.*.name, 'bump minor')) &&
(!contains(github.event.pull_request.labels.*.name, 'bump major'))
run: exit 1