forked from mirrors/nixpkgs
Update .github/workflows/backport.yml
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
parent
031ea8124c
commit
fb3da87aa3
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
backport:
|
backport:
|
||||||
name: Create backport PRs
|
name: Create backport PRs
|
||||||
if: github.event.pull_request.merged == true
|
if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
|
Loading…
Reference in a new issue