Cancel previous runs that are not completed (#145)
parent
ec5528bfb9
commit
d6a0ce18c1
|
@ -2,6 +2,10 @@ name: deploy
|
|||
|
||||
on: push
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue