Skip to content

Commit

Permalink
ci: try make build always run, pass 2
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed May 9, 2024
1 parent 05cc9e2 commit df7a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
build:
uses: ./.github/workflows/action-build.yml
needs: [depver, lint, audit]
if: ${{ always() && contains(fromJSON('["success", "skipped"]'), step.lint.depver) && step.lint.outcome == "success" && step.audit.outcome == "success" }}
if: ${{ ! failure() }}
with:
name: fontfor

0 comments on commit df7a414

Please sign in to comment.