test workflows
Some checks failed
Backend ECR Deployment / build-and-push (push) Failing after 4m4s
Frontend CI/CD / build-and-push (push) Failing after 1m55s
Backend ECR Deployment / notify-deploy (push) Has been skipped
Frontend CI/CD / notify-deploy (push) Has been skipped
Backend Modal Build / Build & Push via Modal (push) Has been cancelled
Backend Modal Build / notify-deploy (push) Has been cancelled

This commit is contained in:
DatTT127
2026-07-18 18:15:49 +07:00
parent eae7bd1957
commit 75a8813999
3 changed files with 3 additions and 15 deletions

View File

@@ -5,12 +5,7 @@ name: Backend ECR Deployment
on: on:
push: push:
branches: branches: ['**']
- '**'
paths:
- 'workspace/sprint_1_2/CODEBASE/backend/**'
- 'workspace/sprint_1_2/CODEBASE/requirements.txt'
- 'workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/**'
workflow_dispatch: {} workflow_dispatch: {}
permissions: permissions:

View File

@@ -21,12 +21,7 @@ name: Backend Modal Build
on: on:
push: push:
branches: branches: ['**']
- '**'
paths:
- 'workspace/sprint_1_2/CODEBASE/backend/**'
- 'workspace/sprint_1_2/CODEBASE/requirements.txt'
- 'workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/**'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag:

View File

@@ -5,9 +5,7 @@ name: Frontend CI/CD
on: on:
push: push:
branches: [main] branches: ['**']
paths:
- 'workspace/sprint_1_2/CODEBASE/frontend/implementation/**'
workflow_dispatch: {} workflow_dispatch: {}
permissions: permissions: