feat: cancel in progress build if there is a new push

This commit is contained in:
Luong Vo 2022-10-22 18:08:23 +07:00
parent d691130958
commit 4af1acc66b
No known key found for this signature in database
GPG Key ID: 0E5CF98D50B145D0

View File

@ -1,5 +1,9 @@
name: Check Markdown links
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: