From 4c09b66c0bc21cab0af664232c4fcde9c64bb5a8 Mon Sep 17 00:00:00 2001 From: Lim Chee Kin Date: Tue, 23 May 2023 21:28:14 +0800 Subject: [PATCH] chore: shifted the workflow config to the bottom --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d691c7..1848786 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,5 @@ version: 2.1 -workflows: - deploy-dev: - jobs: - - deploy-dev: - filters: - branches: - only: - - fastchat-t5-3b-ct2 - jobs: deploy-dev: machine: true @@ -48,3 +39,12 @@ jobs: pwd cd $CIRCLE_BRANCH curl -X POST -H 'Content-Type: application/json' -d @prompt.json $(cat endpoint) + +workflows: + deploy-dev: + jobs: + - deploy-dev: + filters: + branches: + only: + - fastchat-t5-3b-ct2