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:
Diffstat (limited to '.github/workflows/psalm.yml')
-rw-r--r--.github/workflows/psalm.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index dc4d05d..34d6a6f 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -5,15 +5,9 @@
name: Static analysis
-on:
- pull_request:
- push:
- branches:
- - master
- - main
- - stable*
-
-concurrency:
+on: pull_request
+
+concurrency:
group: psalm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true