From f311bee3b6fb1707202da850663adde15ffc1a0d Mon Sep 17 00:00:00 2001 From: luky116 Date: Sat, 2 Mar 2024 19:39:29 +0800 Subject: [PATCH] remove test --- .github/workflows/integrate-test.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/integrate-test.yml b/.github/workflows/integrate-test.yml index 880eb0d87..2f77d6742 100644 --- a/.github/workflows/integrate-test.yml +++ b/.github/workflows/integrate-test.yml @@ -62,13 +62,13 @@ jobs: ${{ runner.os }}-go- # This step only runs when the event type is a pull_request - - name: Integrate Test - if: ${{ github.event_name == 'pull_request' }} - run: | - chmod +x integrate_test.sh && [[ -n "${{github.event.pull_request.head.repo.full_name}}" ]] && [[ -n "${{github.event.pull_request.head.sha}}" ]] && [[ -n "${{github.base_ref}}" ]] && ./integrate_test.sh ${{github.event.pull_request.head.repo.full_name}} ${{github.event.pull_request.head.sha}} ${{github.base_ref}} - - # This step only runs when the event type is a push - - name: Integrate Test - if: ${{ github.event_name == 'push' }} - run: | - chmod +x integrate_test.sh && ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA $GITHUB_BASE_REF \ No newline at end of file +# - name: Integrate Test +# if: ${{ github.event_name == 'pull_request' }} +# run: | +# chmod +x integrate_test.sh && [[ -n "${{github.event.pull_request.head.repo.full_name}}" ]] && [[ -n "${{github.event.pull_request.head.sha}}" ]] && [[ -n "${{github.base_ref}}" ]] && ./integrate_test.sh ${{github.event.pull_request.head.repo.full_name}} ${{github.event.pull_request.head.sha}} ${{github.base_ref}} +# +# # This step only runs when the event type is a push +# - name: Integrate Test +# if: ${{ github.event_name == 'push' }} +# run: | +# chmod +x integrate_test.sh && ./integrate_test.sh $GITHUB_REPOSITORY $GITHUB_SHA $GITHUB_BASE_REF \ No newline at end of file