summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-05-25 07:14:12 +0200
committerGitHub <noreply@github.com>2021-05-25 07:14:12 +0200
commitfb3da87aa39f6786e808521a821e0fd24aae2743 (patch)
tree5e12bc209d58bb21bb4cedb4ddecef1b7faf6884 /.github
parent031ea8124ced3bb2bd5522933140713d0c4d8362 (diff)
downloadnixpkgs-fb3da87aa39f6786e808521a821e0fd24aae2743.tar
nixpkgs-fb3da87aa39f6786e808521a821e0fd24aae2743.tar.gz
nixpkgs-fb3da87aa39f6786e808521a821e0fd24aae2743.tar.bz2
nixpkgs-fb3da87aa39f6786e808521a821e0fd24aae2743.tar.lz
nixpkgs-fb3da87aa39f6786e808521a821e0fd24aae2743.tar.xz
nixpkgs-fb3da87aa39f6786e808521a821e0fd24aae2743.tar.zst
nixpkgs-fb3da87aa39f6786e808521a821e0fd24aae2743.zip
Update .github/workflows/backport.yml
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 375132133ca..591867c8399 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -5,7 +5,7 @@ on:
 jobs:
   backport:
     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
     steps:
       - uses: actions/checkout@v2.3.4