We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcfed0f + 7495557 commit b5590e6Copy full SHA for b5590e6
1 file changed
.github/workflows/cypress.yml
@@ -7,6 +7,10 @@ on:
7
- master
8
- stable*
9
10
+concurrency:
11
+ group: ${{ github.head_ref || github.run_id }}
12
+ cancel-in-progress: true
13
+
14
env:
15
APP_NAME: text
16
CYPRESS_baseUrl: http://localhost:8081/index.php
0 commit comments