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: