fix: only run one ci job at a time

This commit is contained in:
Percs 2024-10-14 22:54:08 -05:00
parent 7d7aa6575e
commit ab2190cbeb

View file

@ -5,6 +5,10 @@ on:
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: permissions:
contents: read contents: read
pages: write pages: write