mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: [proposal] de-matrix python-version in GHAs (#27906)
This commit is contained in:
committed by
GitHub
parent
9423d59132
commit
dea430649d
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -73,6 +73,8 @@ jobs:
|
||||
- name: Build Docker Image
|
||||
if: steps.check.outputs.python || steps.check.outputs.frontend || steps.check.outputs.docker
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
# Single platform builds in pull_request context to speed things up
|
||||
if [ "${{ github.event_name }}" = "push" ]; then
|
||||
|
||||
Reference in New Issue
Block a user