This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9221bb5559 Temporarily disable doc publishing waiting for ASF
self-hosted runners (#41449)
9221bb5559 is described below
commit 9221bb55597349dbbd5e3f2997e20d40465ffce0
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Aug 14 02:58:16 2024 +0200
Temporarily disable doc publishing waiting for ASF self-hosted runners
(#41449)
The self hosted runners from ASF behave strangely:
https://issues.apache.org/jira/projects/INFRA/issues/INFRA-25990
So we need to disable publishing docs.
---
.github/workflows/static-checks-mypy-docs.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/static-checks-mypy-docs.yml
b/.github/workflows/static-checks-mypy-docs.yml
index 9a1e4ac4ac..c875c1667c 100644
--- a/.github/workflows/static-checks-mypy-docs.yml
+++ b/.github/workflows/static-checks-mypy-docs.yml
@@ -243,7 +243,9 @@ jobs:
INCLUDE_SUCCESS_OUTPUTS: "${{ inputs.include-success-outputs }}"
PYTHON_MAJOR_MINOR_VERSION: "${{ inputs.default-python-version }}"
VERBOSE: "true"
- if: inputs.canary-run == 'true' && inputs.branch == 'main'
+ # Temporary disabled it until self-hosted ASF runners will be working
again
+ if: false
+ # if: inputs.canary-run == 'true' && inputs.branch == 'main'
steps:
- name: "Cleanup repo"
shell: bash