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
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'NixOS'
|
||||||
env:
|
env:
|
||||||
GITHUB_SHA: ${{ github.sha }}
|
GITHUB_SHA: ${{ github.sha }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
@ -25,4 +26,4 @@ jobs:
|
||||||
instead of going through a Pull Request.
|
instead of going through a Pull Request.
|
||||||
|
|
||||||
That's highly discouraged beyond the few exceptions listed
|
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 New Issue