Skip to content

Commit

Permalink
Merge pull request #2034 from nextcloud/nickvergessen-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Oct 27, 2023
2 parents 35f7822 + 2924ddb commit 6d935b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
- master
- stable*


concurrency:
group: cypress-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
# Adjust APP_NAME if your repository name is different
APP_NAME: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 6d935b9

Please sign in to comment.