diff options
author | Joas Schilling <coding@schilljs.com> | 2023-10-30 11:52:09 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-10-30 12:12:59 +0100 |
commit | 27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79 (patch) | |
tree | 102c315dab1cdb4bb59f712336308e0e4113386c /.github/workflows/cypress.yml | |
parent | 6def538154052488eec94fd3a488e2d8965a7a51 (diff) | |
download | nextcloud-server-27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79.tar.gz nextcloud-server-27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79.zip |
ci: Turn off builds for pushes and merges to master/stable*
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/cypress.yml')
-rw-r--r-- | .github/workflows/cypress.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e201cf427c4..62454212f7b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,12 +1,6 @@ name: Cypress -on: - pull_request: - push: - branches: - - main - - master - - stable* +on: pull_request concurrency: group: cypress-${{ github.head_ref || github.run_id }} |