Also run only one browser tests job per ref

This commit is contained in:
Pablo Zmdl 2025-10-06 09:32:50 +02:00
parent ad79485ae4
commit 82aa611d10

View File

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