From 8d57e62079bfd84c8cae216743c1d3e69d62890f Mon Sep 17 00:00:00 2001 From: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:33:40 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7397e5da2..08dc67300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,9 +190,9 @@ jobs: name: Display artifact size run: 'echo "Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes."' - - if: github.event_name == 'pull_request' && env.ARCHITECTURE == env.AUTOMATED_TESTS_ARCHITECTURE && env.CONFIGURATION == env.AUTOMATED_TESTS_CONFIGURATION - uses: marocchino/sticky-pull-request-comment@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - header: ci-comment - message: 'Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes.' + #- if: github.event_name == 'pull_request' && env.ARCHITECTURE == env.AUTOMATED_TESTS_ARCHITECTURE && env.CONFIGURATION == env.AUTOMATED_TESTS_CONFIGURATION + # uses: marocchino/sticky-pull-request-comment@v1 + # with: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # header: ci-comment + # message: 'Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes.'