diff --git a/.github/workflows/connector-tests.yml b/.github/workflows/connector-tests.yml index 8e80bb6b6..227d5b751 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