Skip to content

Commit

Permalink
Merge pull request #723 from CodeForAfrica/ft/dokku-test-destroy-2
Browse files Browse the repository at this point in the history
Fix Dokku Destoy on PR Close
  • Loading branch information
kelvinkipruto authored Jun 19, 2024
2 parents cf59a81 + 16d1405 commit b3a4da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeforafrica-deploy-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
paths:
- "apps/codeforafrica/**"
- "Dockerfile.codeforafrica"
- ".github/workflows/codeforafrica-deploy-review.yml"
- ".github/workflows/codeforafrica-deploy-review-app.yml"
# By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened.
types: [opened, reopened, closed, synchronize]
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: false
Expand Down

0 comments on commit b3a4da8

Please sign in to comment.