From 0e208982723858e7dcf2938ffedeef54b79901c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hannes=20W=C3=83=C2=BCnsche?= <WuenscheH@rki.de>
Date: Mon, 29 Aug 2022 09:22:16 +0200
Subject: [PATCH] Update Workflow

---
 .github/workflows/OpenData_BulidAndDeployWebsite.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/OpenData_BulidAndDeployWebsite.yml b/.github/workflows/OpenData_BulidAndDeployWebsite.yml
index 6300d1f..7c887d4 100644
--- a/.github/workflows/OpenData_BulidAndDeployWebsite.yml
+++ b/.github/workflows/OpenData_BulidAndDeployWebsite.yml
@@ -13,6 +13,7 @@ jobs:
   build:
     # The type of runner that the job will run on
     name: Bulid and deploy OpenData Website
+    if: ${{ github.event.workflow_run.conclusion == 'success' }}
     runs-on: ubuntu-latest
     
     # Steps represent a sequence of tasks that will be executed as part of the job
-- 
GitLab