mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-23 11:39:17 +08:00
Cancel tests with updates
This commit is contained in:
parent
7e6eba5997
commit
e24b63ac4a
6
.github/workflows/ui.yml
vendored
6
.github/workflows/ui.yml
vendored
@ -14,6 +14,10 @@ defaults:
|
||||
run:
|
||||
working-directory: ./ui
|
||||
|
||||
concurrency:
|
||||
group: deploy-${{ github.ref }}-${{ github.event_name == 'push' || github.event.inputs.fire != null }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: static checks
|
||||
@ -35,4 +39,4 @@ jobs:
|
||||
- name: unit tests
|
||||
run: pnpm test:run
|
||||
- name: build
|
||||
run: pnpm build
|
||||
run: pnpm build
|
||||
|
Loading…
Reference in New Issue
Block a user