File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
airbyte-ci-binary-url :
7
7
description : " URL to airbyte-ci binary"
8
8
required : false
9
- default : https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/latest/airbyte-ci
9
+ # Pin to a specific version of airbyte-ci to avoid transient failures
10
+ # Mentioned in issue https://github.com/airbytehq/airbyte/issues/34041
11
+ default : https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/2.14.1/airbyte-ci
12
+
10
13
push :
11
14
branches :
12
15
- master
13
16
pull_request :
14
17
15
18
jobs :
16
19
format-check :
17
- runs-on : " ci-runner-connector-format-medium-dagger-0-9-5 "
20
+ runs-on : " ci-runner-connector-format-medium-dagger-0-6-4 "
18
21
# IMPORTANT: This name must match the require check name on the branch protection settings
19
22
name : " Check for formatting errors"
20
23
steps :
55
58
github_token : ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
56
59
tailscale_auth_key : ${{ secrets.TAILSCALE_AUTH_KEY }}
57
60
subcommand : " format check all"
61
+ # Pin to a specific version of airbyte-ci to avoid transient failures
62
+ # Mentioned in issue https://github.com/airbytehq/airbyte/issues/34041
63
+ airbyte_ci_binary_url : https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/2.14.1/airbyte-ci
58
64
59
65
- name : Run airbyte-ci format check [WORKFLOW DISPATCH]
60
66
id : airbyte_ci_format_check_all_manual
You can’t perform that action at this time.
0 commit comments