From: Marc Foley Date: Wed, 26 Feb 2025 09:41:40 +0000 (+0000) Subject: test.yaml: fix ci X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F9102%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git test.yaml: fix ci --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 29ae96830..085743193 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -72,9 +72,7 @@ jobs: continue-on-error: true outputs: - finished: - description: "Check whether diffenator2 ran and produced output files" - value: ${{ steps.check_files.outputs.files_exists }} + finished: ${{ steps.check_files.outputs.files_exists }} steps: - name: Cancel previous @@ -123,7 +121,7 @@ jobs: consolidate: needs: [diffbrowsers, diffenator] - if: jobs.diffenator.outputs.finished == 'true' + if: needs.diffenator.outputs.finished == 'true' name: Consolidate results into a single zip runs-on: ubuntu-latest steps: