From 15750bcd9786c30cd7f3c2fff0c740c56c5b7e8d Mon Sep 17 00:00:00 2001 From: "raoha.rh" Date: Wed, 21 Aug 2024 13:57:30 +0800 Subject: [PATCH] feat: init pytest workflow --- .github/workflows/aws-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-preview.yml b/.github/workflows/aws-preview.yml index 0526abba..b30d5c7a 100644 --- a/.github/workflows/aws-preview.yml +++ b/.github/workflows/aws-preview.yml @@ -2,7 +2,7 @@ name: Deploy Backend to Preview ECS on: workflow_run: - workflows: ["Build And Test"] + workflows: [Build And Test] types: - completed