Skip to content

Commit

Permalink
ci-fuzz.yml: .yml cannot have multiple "if" in one step.
Browse files Browse the repository at this point in the history
  • Loading branch information
mity committed Jan 11, 2024
1 parent 5933084 commit 407b107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 407b107

Please sign in to comment.