diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4876e6f0..a4a34a79 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,8 +89,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} test: - if: github.event_name == 'repository_dispatch' || - github.event.pull_request.head.repo.full_name == github.repository uses: ./.github/workflows/test.yml needs: - prerequisites diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index cd3a158b..e1fe64ce 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -71,8 +71,6 @@ jobs: isPrerelease: true test: - if: github.event_name == 'repository_dispatch' || - github.event.pull_request.head.repo.full_name == github.repository uses: ./.github/workflows/test.yml needs: - prerequisites diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b37faf05..13df39b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,8 +77,6 @@ jobs: isPrerelease: false test: - if: github.event_name == 'repository_dispatch' || - github.event.pull_request.head.repo.full_name == github.repository uses: ./.github/workflows/test.yml needs: - prerequisites