Merge pull request #2347 from D3rJust1n/main

fix (ci): Fix that workflow isn't triggered if it's not the main repo
This commit is contained in:
Lysec
2026-03-29 19:59:08 +02:00
committed by GitHub
+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