Unverified Commit c2b6ac4e authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[CI] fix path filtering in the documentation workflows (#7153)

fix: path
parent 06b01ea8
...@@ -9,8 +9,8 @@ on: ...@@ -9,8 +9,8 @@ on:
- v*-patch - v*-patch
paths: paths:
- "src/diffusers/**.py" - "src/diffusers/**.py"
- "examples/" - "examples/**"
- "docs/" - "docs/**"
jobs: jobs:
build: build:
......
...@@ -4,8 +4,8 @@ on: ...@@ -4,8 +4,8 @@ on:
pull_request: pull_request:
paths: paths:
- "src/diffusers/**.py" - "src/diffusers/**.py"
- "examples/" - "examples/**"
- "docs/" - "docs/**"
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment