.github/workflows/merge-staging.yml: change condition to repository_owner
This is consistent with the other actions.
This commit is contained in:
parent
67a8283653
commit
8917ffe723
2
.github/workflows/merge-staging.yml
vendored
2
.github/workflows/merge-staging.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user