From 2482bccd56796e2e30ff2274b16b09a8c0bcea19 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 9 Sep 2021 19:39:09 -0400 Subject: [PATCH] This needs to be in the same job --- .github/workflows/ci-suite.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 8aacd04615..9524a6cc00 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -791,12 +791,7 @@ jobs: asset_name: ServerUpdatePackage.zip asset_content_type: application/zip - post-deploy-comment: - name: Post Comment To Server Update Thread - needs: [deploy-tgs] - runs-on: ubuntu-latest - steps: - - name: Post Comment + - name: Post Comment to Server Update Thread uses: peter-evans/create-or-update-comment@v1 with: token: ${{ secrets.DEV_PUSH_TOKEN }}