mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-03-30 00:03:29 +08:00
add concurrency
This commit is contained in:
parent
c36274a831
commit
b31e332751
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -2,6 +2,10 @@ name: Build mkdocs and deploy to GitHub Pages
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user