You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2022/04/08 07:05:39 UTC

[systemds] branch main updated: [SYSTEMDS-3344] Docker image only build on apache main

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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new dd4e4e7b7c [SYSTEMDS-3344] Docker image only build on apache main
dd4e4e7b7c is described below

commit dd4e4e7b7ce84cb13baf079970e2dd34b1a6d6ac
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Fri Apr 8 09:05:23 2022 +0200

    [SYSTEMDS-3344] Docker image only build on apache main
---
 .github/workflows/docker-cd.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml
index 7261365e9b..cac3ccb6f1 100644
--- a/.github/workflows/docker-cd.yml
+++ b/.github/workflows/docker-cd.yml
@@ -28,6 +28,7 @@ on:
   
 jobs:
   build-nightly:
+    if: github.repository == 'apache/systemds'
     runs-on: ubuntu-latest
     strategy:
       matrix: