From bb44e580d1d810974dc8ec8bfce2151852c574c8 Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Thu, 23 Feb 2023 08:03:18 -0800 Subject: [PATCH] Changes to airbyte-config should trigger base build (#23370) --- .github/workflows/gradle.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 31b07166dc6c..858b81380c9c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -45,7 +45,6 @@ jobs: if: github.event_name != 'schedule' runs-on: ubuntu-latest outputs: - backend: ${{ steps.filter.outputs.backend }} build: ${{ steps.filter.outputs.build }} cli: ${{ steps.filter.outputs.cli }} connectors: ${{ steps.filter.outputs.connectors }} @@ -59,18 +58,13 @@ jobs: with: # Note, the following glob expression within a filters are ORs. filters: | - backend: - - 'airbyte-!(cdk|integrations|webapp|webapp-e2e-tests)/**' - - 'airbyte-integrations/connectors/(destination-jdbc|destination-postgres|source-jdbc|source-postgres)/**' - - 'airbyte-config/init/src/main/resources/seed/(source|destination)_definitions.yaml' - - 'docker-compose*.yaml' - - '(charts|kube)/**' build: - '.github/**' - 'buildSrc/**' - 'tools/**' - '*.gradle' - 'deps.toml' + - 'airbyte-config/**' cli: - 'airbyte-api/**' - 'octavia-cli/**' @@ -302,7 +296,7 @@ jobs: # Specify top-level and second-level modules. Note there cannot be a space between the comma. path: "/actions-runner/_work/airbyte/airbyte/*/build/test-results/*/*.xml,/actions-runner/_work/airbyte/airbyte/*/*/build/test-results/*/*.xml" reporter: java-junit - fail-on-error: 'false' + fail-on-error: "false" # In case of self-hosted EC2 errors, remove this block. stop-connectors-base-build-runner: