fix (ci): Fix that workflow isn't triggered if it's not the main repository

This commit is contained in:
D3rJust1n
2026-03-29 19:46:47 +02:00
parent 86e5112e89
commit 1c34c4dde1
+1
View File
@@ -15,6 +15,7 @@ on:
jobs:
cache:
runs-on: ubuntu-latest
if: ${{ github.repository == 'noctalia-dev/noctalia-shell' }}
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31