From ffddbb5511d77ad33a4b4b957327043501e2977c Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Fri, 15 Mar 2024 15:49:23 +0100 Subject: [PATCH] ci: fix error when run from forks Corrects ab020116 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19bf9cce..196b1630 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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