Commit 407b107e0bc15be68735518c0c6a100dd28514b2

Martin Mitas 2024-01-11T10:42:27

ci-fuzz.yml: .yml cannot have multiple "if" in one step.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml
index 8bb417c..6c97c80 100644
--- a/.github/workflows/ci-fuzz.yml
+++ b/.github/workflows/ci-fuzz.yml
@@ -24,7 +24,7 @@ jobs:
         path: ./out/artifacts   
     - name: Upload Sarif
       if: false   # Disable: This step seems not to work.
-      if: always() && steps.build.outcome == 'success'
+      #if: always() && steps.build.outcome == 'success'
       uses: github/codeql-action/upload-sarif@v2
       with:
         # Path to SARIF file relative to the root of the repository