Skip to content

Commit b5590e6

Browse files
Merge pull request #3193 from nextcloud/ci/cypress-cancel
Cancel other jobs for the same ref
2 parents fcfed0f + 7495557 commit b5590e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- master
88
- stable*
99

10+
concurrency:
11+
group: ${{ github.head_ref || github.run_id }}
12+
cancel-in-progress: true
13+
1014
env:
1115
APP_NAME: text
1216
CYPRESS_baseUrl: http://localhost:8081/index.php

0 commit comments

Comments
 (0)