We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0254f1 commit 171b599Copy full SHA for 171b599
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
filters: |
28
template:
29
- - ${{ matrix.template }}/**
+ - ${{ matrix.template && format('{0}/**', matrix.template) || 'flake.*' }}
30
- if: steps.changes.outputs.template == 'true'
31
uses: cachix/install-nix-action@v18
32
0 commit comments