From 7c911eef688f5097849de7b3d2f5ab923e8b7451 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 20 Aug 2024 15:10:00 +0200 Subject: [PATCH] Update publish.yaml Do not write comments in `publish.yaml`, as they are written in `post_summaries.yaml`. This makes comments possible on forks. --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bf40d5f4a..7d6442c8d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,3 +13,5 @@ jobs: publish: if: ${{ github.repository_owner == 'dart-lang' }} uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main + with: + write-comments: false