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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@nextcloud.com>2022-10-15 22:53:49 +0300
committerGitHub <noreply@github.com>2022-10-15 22:53:49 +0300
commit551aa0742862c66bc285f3638d5620442f8e5ebb (patch)
treeac16cd0a41bdb00eaba240eb29a7b9894f931990
parentd3acfd0dfc7ed2eeac2c55905a082404f6c9c626 (diff)
parentf9db0c7bf6eeebe0eaf8a934df17e99c289b6c7e (diff)
Merge pull request #3258 from nextcloud/feat/workflow-auto-update-psalm.yml
Updating psalm.yml workflow from template
-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 ff271c1e7..dc4d05d47 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