mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore: prevent CI double runs on push + pull_request (#26766)
This commit is contained in:
committed by
GitHub
parent
7da56a0744
commit
c6772b6c78
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -33,6 +33,13 @@ jobs:
|
||||
matrix:
|
||||
target: ["dev", "lean", "lean310", "websocket", "dockerize"]
|
||||
platform: ["linux/amd64", "linux/arm64"]
|
||||
exclude:
|
||||
# disabling because slow! no python wheels for arm/py39 and
|
||||
# QEMU is slow!
|
||||
- target: "dev"
|
||||
platform: "linux/arm64"
|
||||
- target: "lean"
|
||||
platform: "linux/arm64"
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
|
||||
|
||||
Reference in New Issue
Block a user