mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix (ci): Fix that workflow isn't triggered if it's not the main repository
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user