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
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:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user