From 36af8055fff9dac09379d97b09e9c65387fe2bb1 Mon Sep 17 00:00:00 2001 From: Tommy Barnes Date: Tue, 4 Jan 2022 15:38:30 -0500 Subject: [PATCH] Fixing discrepancies in integration test yaml. --- .github/workflows/integration-tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c634513..7abfc1f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -22,14 +22,6 @@ jobs: run: if [ '${{ github.event.inputs.reason }}' == 'cron' ]; then echo "::set-output name=type::$(echo cron)"; else echo "::set-output name=type::$(echo pr)"; fi shell: bash - - uses: actions/checkout@v2 - - - uses: actions/setup-ruby@v1 - if: steps.job-type.outputs.type == 'pr' - name: Install ruby - with: - ruby-version: '2.7' - - uses: actions/checkout@v2 if: steps.job-type.outputs.type == 'pr' name: Checkout from PR branch