uranusjr commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2986613810


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -1213,6 +1285,9 @@ async def run_trigger(self, trigger_id: int, trigger: 
BaseTrigger, timeout_after
         self.log.info("trigger %s starting", name)
         with _make_trigger_span(ti=trigger.task_instance, 
trigger_id=trigger_id, name=name) as span:
             try:
+                if context:

Review Comment:
   ```suggestion
                   if context is not None:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to