Update .github/workflows/direct-push.yml
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
parent
932ffcd08d
commit
436161a2b8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/direct-push.yml
vendored
3
.github/workflows/direct-push.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'NixOS'
|
||||
env:
|
||||
GITHUB_SHA: ${{ github.sha }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
|
@ -25,4 +26,4 @@ jobs:
|
|||
instead of going through a Pull Request.
|
||||
|
||||
That's highly discouraged beyond the few exceptions listed
|
||||
on https://github.com/NixOS/nixpkgs/issues/118661.
|
||||
on https://github.com/NixOS/nixpkgs/issues/118661
|
||||
|
|
Loading…
Reference in a new issue