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

This is consistent with the other actions.
This commit is contained in:
zowoq 2021-05-27 10:13:55 +10:00
parent 67a8283653
commit 8917ffe723

View file

@ -8,7 +8,7 @@ on:
jobs: jobs:
sync-branch: sync-branch:
if: github.repository == 'NixOS/nixpkgs' if: github.repository_owner == 'NixOS'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2