kopia lustrzana https://github.com/linuxserver/docker-documentation
add concurrency
rodzic
4c0b989033
commit
9e3759e99f
|
@ -2,6 +2,10 @@ name: Build mkdocs and deploy to GitHub Pages
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Ładowanie…
Reference in New Issue