(chore): deploy - add concurrence and only build latest (#1802)

Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
pull/1804/head
bakerboy448 3 months ago committed by GitHub
parent 83f5f75046
commit 99b16a0bb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,9 @@ jobs:
build:
name: Build docs
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
@ -44,6 +47,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1

Loading…
Cancel
Save