mirror of
https://github.com/apache/superset.git
synced 2026-05-24 17:25:20 +00:00
perf: Skip Docker Compose installation in showtime workflow
Add install-docker-compose: false to setup-docker action since showtime workflows don't need Docker Compose. This saves 1-2 minutes by skipping unnecessary apt operations. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/showtime-trigger.yml
vendored
1
.github/workflows/showtime-trigger.yml
vendored
@@ -141,6 +141,7 @@ jobs:
|
||||
dockerhub-user: ${{ env.DOCKERHUB_USER }}
|
||||
dockerhub-token: ${{ env.DOCKERHUB_TOKEN }}
|
||||
build: "true"
|
||||
install-docker-compose: "false"
|
||||
|
||||
- name: Setup supersetbot
|
||||
if: steps.check.outputs.build_needed == 'true'
|
||||
|
||||
Reference in New Issue
Block a user