kayx23 commented on code in PR #494:
URL: https://github.com/apache/apisix-docker/pull/494#discussion_r1319280496


##########
.github/workflows/apisix-docker-example-test-standalone.yaml:
##########
@@ -0,0 +1,69 @@
+name: Docker compose CI for example with standalone mode
+
+on:
+  schedule:
+    - cron: "0 1 * * *"
+  push:
+    branches: [master]
+    paths-ignore:
+      - 'docs/**'
+      - '**/*.md'
+  pull_request:
+    branches:
+      - master
+      - 'release/apisix-2.15.**'

Review Comment:
   Sure but this job doesn't seem to have anything to do with the `2.15.x` LTS. 
It run job based on `3.5.0` release even if it's triggered to run with a PR to 
`2.15.x` branches.



-- 
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