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:
authorblizzz <blizzz@arthur-schiwon.de>2022-11-11 19:53:35 +0300
committerGitHub <noreply@github.com>2022-11-11 19:53:35 +0300
commit7afd0156a6f8cd8ad02d7b185e72e7c130f43fd5 (patch)
treebcd22d35301e0c5009415c24749d59c319735d7b
parenta21e278eea9dc147c6384c00629c9ecc229ab34f (diff)
parent4e30eebb91250e41f400d5f13c82534d734d2b6e (diff)
Merge pull request #86 from nextcloud/feat/workflow-auto-update-psalm.yml
Updating psalm.yml workflow from template
-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