chore(docs) specify concurrency at job level
This commit is contained in:
2
.github/workflows/compile_docs.yml
vendored
2
.github/workflows/compile_docs.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
|||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
if: github.repository == 'lvgl/lvgl'
|
if: github.repository == 'lvgl/lvgl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
concurrency: docs-build-and-deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -62,7 +63,6 @@ jobs:
|
|||||||
id: version
|
id: version
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||||
concurrency: docs-push
|
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user