From: Marc Foley Date: Fri, 21 Feb 2025 10:37:56 +0000 (+0000) Subject: update workflow to not fail X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9096%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git update workflow to not fail --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ad347b2fd..29ae96830 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -71,6 +71,11 @@ jobs: runs-on: ubuntu-22.04 continue-on-error: true + outputs: + finished: + description: "Check whether diffenator2 ran and produced output files" + value: ${{ steps.check_files.outputs.files_exists }} + steps: - name: Cancel previous uses: styfle/cancel-workflow-action@0.11.0 @@ -118,6 +123,7 @@ jobs: consolidate: needs: [diffbrowsers, diffenator] + if: jobs.diffenator.outputs.finished == 'true' name: Consolidate results into a single zip runs-on: ubuntu-latest steps: