diff --git a/template/.github/workflows/build.yml.j2 b/template/.github/workflows/build.yml.j2 index cbda8cb5..b5098144 100644 --- a/template/.github/workflows/build.yml.j2 +++ b/template/.github/workflows/build.yml.j2 @@ -384,6 +384,7 @@ jobs: create_manifest_list: name: Build and publish manifest list + if: ${{ !github.event.pull_request.head.repo.fork }} needs: - package_and_publish runs-on: ubuntu-latest