Skip to content

Commit

Permalink
fix namespace?
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHaff committed Feb 27, 2024
1 parent 33ed044 commit 09036bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
permissions:
pull-requests: write
needs: [ check-changes ]
if: check-changes.steps.changed-files.outputs.any_changed == 'true'
if: needs.changed-files.outputs.any_changed == 'true'
uses: ./.github/workflows/unit-test.yml
secrets: inherit

0 comments on commit 09036bd

Please sign in to comment.