1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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

fix: path
This commit is contained in:
Sayak Paul
2024-03-01 07:18:49 +05:30
committed by GitHub
parent 06b01ea87e
commit c2b6ac4e34
2 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ on:
- v*-patch
paths:
- "src/diffusers/**.py"
- "examples/"
- "docs/"
- "examples/**"
- "docs/**"
jobs:
build:

View File

@@ -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 }}