Cancel tests with updates

This commit is contained in:
Ömer Faruk Özdemir 2022-02-23 15:29:39 +03:00
parent 7e6eba5997
commit e24b63ac4a

View File

@ -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