Skip to content

Commit

Permalink
🥲
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Sep 29, 2023
1 parent 1a05d64 commit 5c916bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CheckResults:
# Require all jobs under `build` to have succeeded
# See https://github.com/orgs/community/discussions/26822
if: ${{ needs.ChangedPackages.outputs.packages[0] != null }}
if: ${{ fromJson(needs.ChangedPackages.outputs.packages)[0] != null }}
needs: [Build, ChangedPackages]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5c916bd

Please sign in to comment.