Skip to content

Commit

Permalink
ci: trigger test on root changes
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jan 5, 2023
1 parent f0254f1 commit 171b599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
filters: |
template:
- ${{ matrix.template }}/**
- ${{ matrix.template && format('{0}/**', matrix.template) || 'flake.*' }}
- if: steps.changes.outputs.template == 'true'
uses: cachix/install-nix-action@v18
with:
Expand Down

0 comments on commit 171b599

Please sign in to comment.