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

github.com/nextcloud/files_downloadactivity.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-18 00:03:21 +0300
committerGitHub <noreply@github.com>2022-10-18 00:03:21 +0300
commitda6d87e75d3596af9066d19980913cbc72b6cbba (patch)
tree447c77b95032b870c77bfcd6b74f52209afa523f
parent7a9d93916cd9654fd1b6cbb5a4e7247b26690a92 (diff)
parenta4838e6887dac08c53f839be658fbe8443915e55 (diff)
Merge pull request #112 from nextcloud/feat/workflow-auto-update-psalm.yml
Updating psalm.yml workflow from template
-rw-r--r--.github/workflows/psalm.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 0f8dece..8a0c975 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -5,13 +5,11 @@
name: Static analysis
-on:
- pull_request:
- push:
- branches:
- - master
- - main
- - stable*
+on: pull_request
+
+concurrency:
+ group: psalm-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
jobs:
static-analysis: