Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
c2b6ac4e
Unverified
Commit
c2b6ac4e
authored
Mar 01, 2024
by
Sayak Paul
Committed by
GitHub
Mar 01, 2024
Browse files
[CI] fix path filtering in the documentation workflows (#7153)
fix: path
parent
06b01ea8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+2
-2
.github/workflows/build_pr_documentation.yml
.github/workflows/build_pr_documentation.yml
+2
-2
No files found.
.github/workflows/build_documentation.yml
View file @
c2b6ac4e
...
...
@@ -9,8 +9,8 @@ on:
-
v*-patch
paths
:
-
"
src/diffusers/**.py"
-
"
examples/"
-
"
docs/"
-
"
examples/
**
"
-
"
docs/
**
"
jobs
:
build
:
...
...
.github/workflows/build_pr_documentation.yml
View file @
c2b6ac4e
...
...
@@ -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 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment