Merge pull request #2441 from D3rJust1n/main

fix (ci/update-flake): Fix that workflow isn't triggered if it's not the main repository
This commit is contained in:
Lysec
2026-04-12 16:54:25 +02:00
committed by GitHub
+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: