Skip to content

Commit 78d3079

Browse files
committed
use the right context var
1 parent c1fa639 commit 78d3079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
name: Build packages
1414
runs-on: ubuntu-latest
15-
if: github.owner == 'xarray-contrib'
15+
if: github.repository_owner == 'xarray-contrib'
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v6

0 commit comments

Comments
 (0)