diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e4b97f8..1863ae7d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ permissions: contents: read concurrency: - group: frontend-tests-${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + group: frontend-tests-${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true jobs: