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