mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2026-07-28 19:27:39 +00:00
feat: cancel in progress build if there is a new push
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user