Skip to content

Commit

Permalink
Flere conditionals på draft PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Apr 22, 2024
1 parent 1ab902f commit e6af7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alert-dolly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.team-dolly-lokal-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6af7fa

Please sign in to comment.