Skip to content

Commit

Permalink
ci: fix error when run from forks
Browse files Browse the repository at this point in the history
Corrects ab02011
  • Loading branch information
mariobuikhuizen committed Mar 15, 2024
1 parent 38c9d57 commit ffddbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -109,7 +109,7 @@ jobs:

release-dry-run:
needs: [test, ui-test]
if: github.repository == 'widgetti/ipyvuetify'
if: github.event.pull_request.head.repo.full_name == 'widgetti/ipyvuetify'
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit ffddbb5

Please sign in to comment.