Skip to content

Commit

Permalink
Merge branch 'optimize-triggers' of github.com:MTES-MCT/zero-logement…
Browse files Browse the repository at this point in the history
…-vacant into optimize-triggers
  • Loading branch information
loicguillois committed Jun 19, 2024
2 parents 1727b93 + 4a5d09a commit 38095ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
- server/**
- shared/**
- packages/**
paths:
- frontend/**
- queue/**
- server/**
- shared/**
- packages/**
env:
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
Expand All @@ -34,7 +40,7 @@ jobs:
run: clever addon create redis-addon $PR_NAME-redis --org $ORGA_ID --plan s_mono --region par

deploy-api:
if: (github.event.action == 'opened' || github.event.action == 'reopened')
if: github.event.action == 'opened' || github.event.action == 'reopened'
needs: [deploy-addons]
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 38095ed

Please sign in to comment.