mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2024-10-01 01:45:42 -04:00
feat: cancel in progress build if there is a new push
This commit is contained in:
parent
d691130958
commit
4af1acc66b
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user