Skip to content

Commit

Permalink
Trigger quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 20, 2024
1 parent d17a5c8 commit 17b11a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
-p FORESTCLIENTAPI_KEY='${{ secrets.FORESTCLIENTAPI_KEY }}'
-p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }}
-p VITE_USER_POOLS_ID=${{ vars.VITE_USER_POOLS_ID }}
triggers: ${{ github.event_name == 'pull_request' && "('backend' 'common/' 'frontend/')" || '' }}
triggers: ${{ github.event_name == 'pull_request' && '(backend common/ frontend/)' || '' }}

deploy:
name: Deploy
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
-p ZONE=${{ inputs.target }} -p TAG=${{ inputs.tag }}
${{ matrix.parameters }}
timeout: 15m
triggers: ${{ github.event_name == 'pull_request' && "('backend' 'common/' 'frontend/')" || '' }}
triggers: ${{ github.event_name == 'pull_request' && '(backend common/ frontend/)' || '' }}
verification_path: ${{ matrix.verification_path }}
verification_retry_attempts: 5
verification_retry_seconds: 20

0 comments on commit 17b11a4

Please sign in to comment.