mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
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:
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'noctalia-dev/noctalia-shell' }}
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user