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

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/phpunit.yml')
-rw-r--r--.github/workflows/phpunit.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 8920996..4948d32 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -1,11 +1,10 @@
name: PHPUnit
-on:
- pull_request:
- push:
- branches:
- - master
- - stable*
+on: pull_request
+
+concurrency:
+ group: lint-phpunit-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
env:
APP_NAME: announcementcenter