Skip to content

Commit ca9db8d

Browse files
authored
CI: Skip airbyte-ci version check in format_check, already a fresh binary install (#37642)
1 parent 76a2768 commit ca9db8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121
sudo chmod +x /usr/local/bin/airbyte-ci
122122
- name: Run format checks
123123
run: |
124-
/usr/local/bin/airbyte-ci format check all
124+
/usr/local/bin/airbyte-ci --disable-update-check format check all

0 commit comments

Comments
 (0)