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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-17 12:20:07 +0300
committerGitHub <noreply@github.com>2022-10-17 12:20:07 +0300
commit2f6a3dde0de4c5a24a02c7b351232c984c686b7b (patch)
tree89b31b6017fe5043fcae16a3be27887efdcd7655
parent1e5436fe2327486be6d514f612f4444fa0ddcd98 (diff)
parente150639eba71bde1aeb5db055ca5acf6bfaa5e20 (diff)
Merge pull request #1335 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 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