Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-20 17:19:37 +0300
committerGitHub <noreply@github.com>2022-10-20 17:19:37 +0300
commit1d44cbdf4358123b992cf87ff7a36cf343e46135 (patch)
tree7febad2ca428bb4de386e3ab1c4d7ff833018a0f
parent54256415756fb034e78770367c8a1d0bd5e2e871 (diff)
Update cypress.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--.github/workflows/cypress.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index ef9748f9..0700de6b 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -1,11 +1,13 @@
name: Cypress
-on:
- pull_request:
- push:
- branches:
- - master
- - stable*
+on: pull_request
+
+permissions:
+ contents: read
+
+concurrency:
+ group: cypress-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
env:
APP_NAME: activity