mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-25 16:15:35 +00:00
ci: skip mandatory release notes check when not needed (#5817)
This commit is contained in:
parent
9405eb90ee
commit
c7971a809d
23
.github/workflows/release_notes_skipper.yml
vendored
Normal file
23
.github/workflows/release_notes_skipper.yml
vendored
Normal 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!"
|
Loading…
x
Reference in New Issue
Block a user