From 9f568ada390809cbd8b5448a7f1891ed8a993524 Mon Sep 17 00:00:00 2001 From: keewis Date: Fri, 21 May 2021 01:32:33 +0200 Subject: [PATCH] second attempt to fix the upstream-dev CI (#5355) * add back the "always" to the report job * [skip-ci] * use `failure` instead of `always` [skip-ci] --- .github/workflows/upstream-dev-ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upstream-dev-ci.yaml b/.github/workflows/upstream-dev-ci.yaml index 2d24df2921a..58c5aab8bd3 100644 --- a/.github/workflows/upstream-dev-ci.yaml +++ b/.github/workflows/upstream-dev-ci.yaml @@ -98,7 +98,8 @@ jobs: name: report needs: upstream-dev if: | - github.event_name == 'schedule' + failure() + && github.event_name == 'schedule' && needs.upstream-dev.outputs.artifacts_availability == 'true' runs-on: ubuntu-latest defaults: