ci: add concurrency group to 'wasm' job to prevent concurrent page deployments

This commit is contained in:
2025-08-12 11:56:03 -05:00
parent 24a207be01
commit b91f70cf2f

View File

@@ -84,6 +84,9 @@ jobs:
permissions:
pages: write
id-token: write
# concurrency group is used to prevent multiple page deployments from being attempted at the same time
concurrency:
group: ${{ github.workflow }}-wasm
steps:
- name: Checkout