ci(frontend): run only the latest build

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-24 12:36:39 +02:00
parent 7302490444
commit bdc3fcf22b

View file

@ -6,6 +6,10 @@ on:
- dev
paths:
- frontend/**
# Disable previous workflows for this action.
concurrency:
group: ${{ github.workflow }} #-${{ github.ref }}
cancel-in-progress: true
jobs:
build: