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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-15 17:59:00 +0300
committerblizzz <blizzz@arthur-schiwon.de>2022-11-11 19:44:15 +0300
commit4e30eebb91250e41f400d5f13c82534d734d2b6e (patch)
treebcd22d35301e0c5009415c24749d59c319735d7b
parenta21e278eea9dc147c6384c00629c9ecc229ab34f (diff)
Updating psalm.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/psalm.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 27091d5..dc4d05d 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -13,6 +13,10 @@ on:
- main
- stable*
+concurrency:
+ group: psalm-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
jobs:
static-analysis:
runs-on: ubuntu-latest