Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
56dac1ce
Unverified
Commit
56dac1ce
authored
Feb 29, 2024
by
Sayak Paul
Committed by
GitHub
Feb 29, 2024
Browse files
limit documentation workflow runs for relevant changes. (#7125)
parent
3daebe2b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+4
-0
.github/workflows/build_pr_documentation.yml
.github/workflows/build_pr_documentation.yml
+4
-0
No files found.
.github/workflows/build_documentation.yml
View file @
56dac1ce
...
@@ -7,6 +7,10 @@ on:
...
@@ -7,6 +7,10 @@ on:
-
doc-builder*
-
doc-builder*
-
v*-release
-
v*-release
-
v*-patch
-
v*-patch
paths
:
-
"
src/diffusers/**.py"
-
"
examples/"
-
"
docs/"
jobs
:
jobs
:
build
:
build
:
...
...
.github/workflows/build_pr_documentation.yml
View file @
56dac1ce
...
@@ -2,6 +2,10 @@ name: Build PR Documentation
...
@@ -2,6 +2,10 @@ name: Build PR Documentation
on
:
on
:
pull_request
:
pull_request
:
paths
:
-
"
src/diffusers/**.py"
-
"
examples/"
-
"
docs/"
concurrency
:
concurrency
:
group
:
${{ github.workflow }}-${{ github.head_ref || github.run_id }}
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