Update cypress.yaml

This commit is contained in:
Michael Telatynski 2023-02-23 08:59:58 +00:00 committed by GitHub
parent 9b7176b0af
commit 2b52a95df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ on:
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.ref }}
cancel-in-progress: ${{ github.event.workflow_run.event == 'pull_request' }}
jobs:
prepare: