Copilot commented on code in PR #3072:
URL: https://github.com/apache/apisix-dashboard/pull/3072#discussion_r2096766058


##########
.github/workflows/e2e.yml:
##########
@@ -8,6 +8,11 @@ on:
     types: [labeled, synchronize]
     branches:
         - "**"
+  schedule:
+    # Run at 2:00 AM UTC every day
+    # This should be later than the update time of `apache/apisix:dev``

Review Comment:
   There's an extra backtick at the end of this comment; it should be removed 
for clarity.
   ```suggestion
       # This should be later than the update time of `apache/apisix:dev`
   ```



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to