From e8db26a93caaa664bc2fa822f56314483a5b1e89 Mon Sep 17 00:00:00 2001 From: JulianTrommer Date: Wed, 23 Oct 2024 15:08:49 +0200 Subject: [PATCH] Added conditional execution to drive action --- .github/workflows/drive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/drive.yml b/.github/workflows/drive.yml index b5f0cc9d..3b2940e9 100644 --- a/.github/workflows/drive.yml +++ b/.github/workflows/drive.yml @@ -12,6 +12,7 @@ jobs: env: AGENT_VERSION: latest COMPOSE_FILE: ./build/docker-compose.cicd.yaml + if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout repository uses: actions/checkout@v3