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

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: