From 80eb7e45e25316dfa539786975c34b6655d77e88 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 24 Oct 2023 14:51:32 -0700 Subject: [PATCH] remove bash --- .github/workflows/integration.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f3368d11a..45e313482 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,6 +17,10 @@ on: - "*.latest" - "releases/*" pull_request_target: + types: + - opened + - synchronize + - labeled workflow_dispatch: inputs: dbt-core-branch: @@ -231,7 +235,6 @@ jobs: - name: Configure ODBC if: ${{ matrix.test != 'spark-databricks-http' }} - shell: bash run: | apt-get update && apt-get install -y --no-install-recommends \ g++ \