From 6a64430c5ed449e6c8989e24404cbe8112688c5d Mon Sep 17 00:00:00 2001 From: Tommy Barnes Date: Tue, 4 Jan 2022 15:31:48 -0500 Subject: [PATCH] Removing ruby commands from integration tests yaml. --- .github/workflows/integration-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e3e3b44..c634513 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -30,10 +30,6 @@ jobs: with: ruby-version: '2.7' - - name: Marking status as in-progress on PR - if: steps.job-type.outputs.type == 'pr' - run: | - ruby postStatus.rb ${{github.event.client_payload.repository}} ${{github.event.client_payload.commit}} ${{secrets.L2_REPO_TOKEN}} ${{job.status}} ${{github.run_id}} ${{matrix.os}} true ${{ secrets.L2_REPO_USER }} - uses: actions/checkout@v2 if: steps.job-type.outputs.type == 'pr' name: Checkout from PR branch