]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
update workflow to not fail 9096/head
authorMarc Foley <m.foley.88@gmail.com>
Fri, 21 Feb 2025 10:37:56 +0000 (10:37 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 21 Feb 2025 10:37:56 +0000 (10:37 +0000)
.github/workflows/test.yaml

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