CI: clarify Nix CI jobs; disable on forked repositories
This commit is contained in:
parent
838ed87d6f
commit
10d7219807
3 changed files with 7 additions and 4 deletions
3
.github/workflows/nix-update-inputs.yml
vendored
3
.github/workflows/nix-update-inputs.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Nix
|
||||
name: Nix (Update Inputs)
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update:
|
||||
if: github.repository == 'hyprwm/Hyprland'
|
||||
name: inputs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue