We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aa67f commit 2ae2808Copy full SHA for 2ae2808
1 file changed
scripts/ci/prek/upgrade_important_versions.py
@@ -51,6 +51,7 @@
51
),
52
(AIRFLOW_ROOT_PATH / ".github" / "workflows" / "release_dockerhub_image.yml", False),
53
(AIRFLOW_ROOT_PATH / ".github" / "actions" / "install-prek" / "action.yml", False),
54
+ (AIRFLOW_ROOT_PATH / ".github" / "workflows" / "basic-tests.yml", False),
55
(AIRFLOW_ROOT_PATH / "dev" / "breeze" / "doc" / "ci" / "02_images.md", True),
56
(AIRFLOW_ROOT_PATH / "dev" / "breeze" / "pyproject.toml", False),
57
(AIRFLOW_ROOT_PATH / ".pre-commit-config.yaml", False),
0 commit comments