Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/66631b00fa06f74423e185e3a44d14b66add00ad You should set ROOT_URL correctly, otherwise the web may not work correctly.

ci: Allow test-artifact-download to be skipped

pull/290/head
Robert Dailey 9 months ago
parent bf4830d799
commit 66631b00fa

@ -226,5 +226,5 @@ jobs:
- name: Check if all jobs succeeded
uses: re-actors/alls-green@release/v1
with:
allowed-skips: codesign, release
allowed-skips: codesign, release, test-artifact-download
jobs: ${{ toJSON(needs) }}

Loading…
Cancel
Save