From 83392dd8dc5ad61be99110561d7c72c37d11f6cc Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 3 May 2023 08:36:23 +0200 Subject: [PATCH] disabling docker image ci for now --- .github/workflows/docker-image.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 468b37c5d..36def4911 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,10 +1,14 @@ name: Docker Image CI on: + # push: + # branches: [ "main" ] + # pull_request: + # branches: [ "*" ] push: - branches: [ "main" ] + branches: ["this-does-not-exist"] pull_request: - branches: [ "*" ] + branches: ["this-does-not-exist"] jobs: build: