Skip to content

Commit

Permalink
chore: fix publish ci on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jun 19, 2022
1 parent f4e7864 commit aeca584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'apache' }}

strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'apache' }}

strategy:
matrix:
Expand Down

0 comments on commit aeca584

Please sign in to comment.