.github/workflows/merge-staging.yml: change condition to `repository_owner`

This is consistent with the other actions.
master
zowoq 2021-05-27 10:13:55 +10:00
parent 67a8283653
commit 8917ffe723
1 changed files with 1 additions and 1 deletions

View File

@ -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