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:
- v*-patch
paths:
- "src/diffusers/**.py"
- "examples/"
- "docs/"
- "examples/**"
- "docs/**"
jobs:
build:
......
......@@ -4,8 +4,8 @@ on:
pull_request:
paths:
- "src/diffusers/**.py"
- "examples/"
- "docs/"
- "examples/**"
- "docs/**"
concurrency:
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