Skip to content

Commit 0686548

Browse files
committed
update
1 parent 8e7138b commit 0686548

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr_tests_gpu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- "src/diffusers/loaders/peft.py"
1414
- "src/diffusers/loaders/ip_adapter.py"
1515
workflow_dispatch:
16+
17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19+
cancel-in-progress: true
20+
1621
env:
1722
DIFFUSERS_IS_CI: yes
1823
OMP_NUM_THREADS: 8

0 commit comments

Comments
 (0)