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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit-sqlite.yml')
-rw-r--r--.github/workflows/phpunit-sqlite.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index f820263..b3e0dd4 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -19,16 +19,10 @@ on:
- 'composer.json'
- 'composer.lock'
- push:
- branches:
- - main
- - master
- - stable*
-
permissions:
contents: read
-concurrency:
+concurrency:
group: phpunit-sqlite-${{ github.head_ref || github.run_id }}
cancel-in-progress: true