This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 789b128b31c9968eb2d3b589b645e40eee0589e6 Author: Jens Scheffler <[email protected]> AuthorDate: Thu Nov 13 23:48:58 2025 +0100 Fix static checks on provider examples (#58286) --- providers/asana/tests/system/asana/example_asana.py | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/asana/tests/system/asana/example_asana.py b/providers/asana/tests/system/asana/example_asana.py index a7f4943beda..ce7f5bec9ab 100644 --- a/providers/asana/tests/system/asana/example_asana.py +++ b/providers/asana/tests/system/asana/example_asana.py @@ -50,6 +50,7 @@ with DAG( DAG_ID, start_date=datetime(2021, 1, 1), default_args={"conn_id": CONN_ID}, + schedule=None, tags=["example"], catchup=False, ) as dag:
