fix: docker CI job doesn't trigger on master (#27261)

This commit is contained in:
Maxime Beauchemin
2024-02-27 11:39:11 -05:00
committed by GitHub
parent ce9e4b4b77
commit 53e1aeccbe
2 changed files with 13 additions and 19 deletions

View File

@@ -52,20 +52,3 @@ jobs:
run: |
echo "This is a no-op step for python-lint to ensure a successful status."
exit 0
# section to be deleted after master merge
docker-build:
strategy:
matrix:
build_preset: ["dev", "lean", "py310", "websocket", "dockerize"]
platform: ["linux/amd64", "linux/arm64"]
exclude:
- build_preset: "dev"
platform: "linux/arm64"
- build_preset: "lean"
platform: "linux/arm64"
runs-on: ubuntu-latest
steps:
- name: No-op for docker
run: |
echo "No-op to get rid of the docker-build checks reqs in .asf.yml"
exit 0