From 3de9dc99dca179568b918ddd0695f881eff80ca9 Mon Sep 17 00:00:00 2001 From: Ella Rohm-Ensing Date: Tue, 9 Jan 2024 18:34:57 -0600 Subject: [PATCH] [mitigation] pin airbyte ci version in master run (#34075) --- .github/workflows/format_check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/format_check.yml b/.github/workflows/format_check.yml index 51ee6194b5f6..44ceac22e0b8 100644 --- a/.github/workflows/format_check.yml +++ b/.github/workflows/format_check.yml @@ -42,6 +42,9 @@ jobs: github_token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }} tailscale_auth_key: ${{ secrets.TAILSCALE_AUTH_KEY }} subcommand: "format check all" + # Pin to a specific version of airbyte-ci to avoid transient failures + # Mentioned in issue https://github.com/airbytehq/airbyte/issues/34041 + airbyte_ci_binary_url: https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/2.14.1/airbyte-ci - name: Run airbyte-ci format check [PULL REQUEST] id: airbyte_ci_format_check_all_pr