Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jun 5, 2024
1 parent 6f454b1 commit 788e604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
contains(fromJSON('["skipped", "success"]'), needs.PackageWheelsPure.result) &&
contains(fromJSON('["skipped", "success"]'), needs.PackageSdist.result) &&
needs.CodeQualityAnalysis-Test.result == 'skipped' &&
needs.CodeQualityAnalysis-Test.outputs.pypi_released == false
needs.CodeQualityAnalysis-Test.outputs.pypi_released == 'true'
# TODO: Revert
# needs.CodeQualityAnalysis-Test.result == 'success'
environment:
Expand Down

0 comments on commit 788e604

Please sign in to comment.