Skip to content

Commit

Permalink
chore: moved apply to seperate job
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Dec 15, 2023
1 parent a507cde commit 4edcdb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ jobs:
}
apply-deploy:
needs: plan-deploy
if: ${{ github.event.pull_request.closed }} && ${{ github.event.pull_request.merged }}
needs: plan-deploy
permissions:
pull-requests: write

runs-on: ubuntu-latest
steps:
- name: Terraform Apply
Expand Down

0 comments on commit 4edcdb4

Please sign in to comment.