mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
fix: docker CI job doesn't trigger on master (#27261)
This commit is contained in:
committed by
GitHub
parent
ce9e4b4b77
commit
53e1aeccbe
17
.github/workflows/no-op.yml
vendored
17
.github/workflows/no-op.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user