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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-11-04 12:11:56 +0300
committerGitHub <noreply@github.com>2021-11-04 12:11:56 +0300
commite20f002c4f298406f6b4ca1438df858fa0a40b15 (patch)
tree670fd7b640ad473fa6b002682b93714a42739094 /.github
parent1dc487b9f8aac3bf9406d37ae374ff2009dcf7cf (diff)
Add continue-on-error for update-psalm-baseline workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-psalm-baseline.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml
index 0ed0e8b0c4c..f2b761aa602 100644
--- a/.github/workflows/update-psalm-baseline.yml
+++ b/.github/workflows/update-psalm-baseline.yml
@@ -26,6 +26,7 @@ jobs:
- name: Psalm
run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline
+ continue-on-error: true
- name: Reset composer
run: |