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

This commit is contained in:
D3rJust1n
2026-04-11 19:37:33 +02:00
parent 40dd5f54a0
commit 95aea1a624
+1
View File
@@ -8,6 +8,7 @@ on:
jobs:
update:
runs-on: ubuntu-latest
if: ${{ github.repository == 'noctalia-dev/noctalia-shell' }}
permissions:
contents: write
steps: