The GitHub Actions job "Publish Docs to S3" on airflow.git/main has succeeded. Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).
Head commit for run: f51d9e6ed237e9c5e2730abf9f1419dac39cff9f / Rahul Vats <[email protected]> workflows: use task-sdk alias in publish-docs NON_PROVIDER_TOKENS (#67279) The bash filter in publish-docs-to-s3.yml and the matching frozenset in dev/registry/derive_wave_providers.py both listed apache-airflow-task-sdk, but the inner docs.build_docs only accepts the docs-folder alias task-sdk (see its click choices). Invoking the workflow with either name fails: - task-sdk: not in NON_PROVIDER_TOKENS, falls through to the registry script which does not exist on older release branches like v3-2-stable. - apache-airflow-task-sdk: passes the filter but docs.build_docs rejects the name with "is not one of ... 'task-sdk', ...". Replace apache-airflow-task-sdk with task-sdk in both lists so the workflow can publish task-sdk docs end-to-end. Discovered during the Airflow 3.2.2rc1 release. Follow-up to #66438. Report URL: https://github.com/apache/airflow/actions/runs/26219424739 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
