From f150a68f5606a7d4495ddfa152ab81069045d402 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Fri, 29 Nov 2024 13:57:25 -0500 Subject: [PATCH] ci: small tweaks to post-release --- .github/workflows/post-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index e87cbf42745..650ef3957c4 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -23,8 +23,6 @@ jobs: if: ${{ github.event_name != 'workflow_dispatch' }} steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: ./.github/actions/release-commenter continue-on-error: true env: @@ -40,6 +38,7 @@ jobs: 🚀 This is included in version {release_link} update_templates: + if: false # Still needs some troubleshooting runs-on: ubuntu-latest permissions: contents: write