Skip to content

Commit

Permalink
test: Quote pushFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Jan 4, 2024
1 parent 23f796e commit 09572b5
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 @@ -46,7 +46,7 @@ jobs:
with:
name: azuwis
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
pushFilter: (-source$|\.whl$)
pushFilter: '(-source$|\.whl$)'
- name: Build nix devShell
run: |
# build nix devShell, and create profile to prevent gc
Expand Down

0 comments on commit 09572b5

Please sign in to comment.