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
93debd30
Unverified
Commit
93debd30
authored
Sep 01, 2022
by
Anton Lozhkov
Committed by
GitHub
Sep 01, 2022
Browse files
[CI] Cancel pending jobs for PRs on new commits (#324)
Cancel pending jobs for PRs on new commits
parent
1b1d6444
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
.github/workflows/pr_quality.yml
.github/workflows/pr_quality.yml
+4
-0
.github/workflows/pr_tests.yml
.github/workflows/pr_tests.yml
+4
-0
No files found.
.github/workflows/pr_quality.yml
View file @
93debd30
...
...
@@ -8,6 +8,10 @@ on:
branches
:
-
main
concurrency
:
group
:
${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress
:
true
jobs
:
check_code_quality
:
runs-on
:
ubuntu-latest
...
...
.github/workflows/pr_tests.yml
View file @
93debd30
...
...
@@ -5,6 +5,10 @@ on:
branches
:
-
main
concurrency
:
group
:
${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress
:
true
env
:
HF_HOME
:
/mnt/cache
OMP_NUM_THREADS
:
8
...
...
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