From 871555d67d277dab79b095af4c5ade86ec27fc8d Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Sat, 9 Nov 2024 19:39:25 -0800 Subject: [PATCH] remove unused commit_id refs --- .github/workflows/connector-tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/connector-tests.yml b/.github/workflows/connector-tests.yml index 8e80bb6b..227d5b75 100644 --- a/.github/workflows/connector-tests.yml +++ b/.github/workflows/connector-tests.yml @@ -109,14 +109,6 @@ jobs: with: repository: airbytehq/airbyte ref: master - - name: Fetch last commit id from remote branch [PULL REQUESTS] - if: github.event_name == 'pull_request' && steps.no_changes.outcome != 'failure' - id: fetch_last_commit_id_pr - run: echo "commit_id=$(git ls-remote --heads origin refs/heads/${{ github.head_ref }} | cut -f 1)" >> $GITHUB_OUTPUT - - name: Fetch last commit id from remote branch [WORKFLOW DISPATCH] - if: github.event_name == 'workflow_dispatch' && steps.no_changes.outcome != 'failure' - id: fetch_last_commit_id_wd - run: echo "commit_id=$(git rev-parse origin/${{ steps.extract_branch.outputs.branch }})" >> $GITHUB_OUTPUT - name: Test Connector if: steps.no_changes.outcome != 'failure' timeout-minutes: 90