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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/psalm.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index ff271c1..dc4d05d 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -1,3 +1,8 @@
+# This workflow is provided via the organization template repository
+#
+# https://github.com/nextcloud/.github
+# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
+
name: Static analysis
on:
@@ -8,11 +13,15 @@ on:
- main
- stable*
+concurrency:
+ group: psalm-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
jobs:
static-analysis:
runs-on: ubuntu-latest
- name: Nextcloud ${{ matrix.ocp-version }}
+ name: Nextcloud
steps:
- name: Checkout
uses: actions/checkout@v3