Skip to content

Commit

Permalink
fix: ci 6
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Aug 26, 2024
1 parent bba22dc commit 14e4de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slim-dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

test:
needs: check-only-non-docs-changes
if: ${{ needs.check-only-non-docs-changes.outputs.run_slim_dev == 'true' }}
if: needs.check-only-non-docs-changes.outputs.run_slim_dev == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout the code
Expand Down

0 comments on commit 14e4de4

Please sign in to comment.