You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/01/19 20:51:33 UTC

(superset) branch only-build-docker-on-master updated: chore(actions): chill out on docker builds

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch only-build-docker-on-master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/only-build-docker-on-master by this push:
     new 17a7758ff4 chore(actions): chill out on docker builds
17a7758ff4 is described below

commit 17a7758ff40f3df69133912777f315cb67bdbd20
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Fri Jan 19 13:51:25 2024 -0700

    chore(actions): chill out on docker builds
---
 .github/workflows/docker.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 6160d3cc1f..f5f6506c5e 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -3,9 +3,7 @@ name: Docker
 on:
   push:
     branches:
-      - 'master'
-  pull_request:
-    types: [synchronize, opened, reopened, ready_for_review]
+      - "master"
 
 jobs:
   config: