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

github.com/nextcloud/external.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 18:00:41 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-15 18:00:41 +0300
commitb32a7a6b776ab4f4aaffcee84582238f32474437 (patch)
treea0c036fc145aa4d3789bd5e06f26923489e5249d
parente4905d7d0beed0c63f7725357e0a28ca42928fc6 (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