diff --git a/.github/workflows/Dev_CD.yml b/.github/workflows/Dev_CD.yml index 1aae3280..f53cc224 100644 --- a/.github/workflows/Dev_CD.yml +++ b/.github/workflows/Dev_CD.yml @@ -52,7 +52,7 @@ jobs: deploy: needs: build - runs-on: dev + runs-on: dev-temp steps: - name: Download artifact file diff --git a/.github/workflows/Prod_CD.yml b/.github/workflows/Prod_CD.yml index dad56d3a..9d7c6f60 100644 --- a/.github/workflows/Prod_CD.yml +++ b/.github/workflows/Prod_CD.yml @@ -52,7 +52,7 @@ jobs: deploy: needs: build - runs-on: prod + runs-on: prod-temp steps: - name: Download artifact file