summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-05-27 10:13:55 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-05-28 08:10:53 +1000
commit8917ffe7232e1e9db23ec9405248fd1944d0b36f (patch)
tree232fa3f31eafd9ce62b359f2220fe0bfa1128b2b /.github
parent67a828365333e6370be98c1b1cb0301783a8cd5a (diff)
.github/workflows/merge-staging.yml: change condition to `repository_owner`
This is consistent with the other actions.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/merge-staging.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/merge-staging.yml b/.github/workflows/merge-staging.yml
index f28c2ddfc789..e499630a083b 100644
--- a/.github/workflows/merge-staging.yml
+++ b/.github/workflows/merge-staging.yml
@@ -8,7 +8,7 @@ on:
jobs:
sync-branch:
- if: github.repository == 'NixOS/nixpkgs'
+ if: github.repository_owner == 'NixOS'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2