Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Sep 29, 2023
1 parent 199838a commit d559be4
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 @@ -45,7 +45,7 @@ jobs:
CheckResults: # required for GtiHub PR rules
# Require all jobs under `build` to have succeeded
# See https://github.com/orgs/community/discussions/26822
if: always()
if: ${{ always() }}
needs: [Build, ChangedPackages]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d559be4

Please sign in to comment.