ci: skip mandatory release notes check when not needed (#5817)

This commit is contained in:
Massimiliano Pippi 2023-09-14 17:00:41 +02:00 committed by GitHub
parent 9405eb90ee
commit c7971a809d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,23 @@
name: Check Release Notes
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
paths-ignore:
- "**.py"
- "pyproject.toml"
- "!.github/**/*.py"
- "!rest_api/**/*.py"
jobs:
reno:
runs-on: ubuntu-latest
steps:
- name: Skip mandatory job
run: echo "Skipped!"