From e6af7fa71af2072c24b0cd88f9edc9d84596ef92 Mon Sep 17 00:00:00 2001 From: Cato Olsen Date: Mon, 22 Apr 2024 14:09:36 +0200 Subject: [PATCH] =?UTF-8?q?Flere=20conditionals=20p=C3=A5=20draft=20PR.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/alert-dolly.yml | 1 + .github/workflows/app.team-dolly-lokal-app.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/alert-dolly.yml b/.github/workflows/alert-dolly.yml index 72f88318c72..daf429a742d 100644 --- a/.github/workflows/alert-dolly.yml +++ b/.github/workflows/alert-dolly.yml @@ -7,6 +7,7 @@ on: jobs: apply-alerts: name: Apply alerts to cluster + if: github.event.pull_request.draft == false runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/app.team-dolly-lokal-app.yml b/.github/workflows/app.team-dolly-lokal-app.yml index 0f65ef8f7aa..e773ca59994 100644 --- a/.github/workflows/app.team-dolly-lokal-app.yml +++ b/.github/workflows/app.team-dolly-lokal-app.yml @@ -9,6 +9,7 @@ on: jobs: deploy: name: Deploy team-dolly-lokal-app + if: github.event.pull_request.draft == false runs-on: ubuntu-latest permissions: contents: read