shreemaan-abhishek commented on code in PR #476: URL: https://github.com/apache/apisix-docker/pull/476#discussion_r1266556708
########## .github/workflows/apisix_dev_docker_local_test.yaml: ########## @@ -0,0 +1,68 @@ +name: CI for docker image built from local source code + +on: + schedule: + - cron: "0 1 * * *" + push: + branches: [master] + paths-ignore: + - 'docs/**' + - '**/*.md' + pull_request: + branches: + - master + - 'release/apisix-2.15.**' + +env: + APISIX_IMAGE_TAG: "local" + +jobs: + + build: + runs-on: ubuntu-latest + + strategy: + fail-fast: false + matrix: + platform: Review Comment: Makes sense, I just pushed my changes. -- 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]
