Skip to content

Commit

Permalink
ci: update comparison (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens authored Feb 22, 2023
1 parent ee7669f commit a7ff587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

release_docs:
needs: release
if: needs.release.outputs.did_release
if: needs.release.outputs.did_release != '0'
uses: ./.github/workflows/release-docs.yml
with:
push_coverage_changes: true

0 comments on commit a7ff587

Please sign in to comment.