]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
test.yaml: fix ci 9102/head
authorMarc Foley <m.foley.88@gmail.com>
Wed, 26 Feb 2025 09:41:40 +0000 (09:41 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Wed, 26 Feb 2025 09:48:21 +0000 (09:48 +0000)
.github/workflows/test.yaml

index 29ae9683039dd9406d66efe230cf6cccdd2fbea7..085743193ae84277eb2a519cde9a6cb9066bf432 100644 (file)
@@ -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: