diff --git a/.github/workflows/Deploy US.yml b/.github/workflows/Deploy US.yml index 6170fffd..85cd88aa 100644 --- a/.github/workflows/Deploy US.yml +++ b/.github/workflows/Deploy US.yml @@ -1,8 +1,10 @@ name: 🚀 Deploy INFO-SYS US + on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] + jobs: gh-win-us-deploy: name: 🎉 Deploy InfoSys to US @@ -57,7 +59,9 @@ jobs: *.exe *.docx .ftp-deploy-sync-state.json + gh-win-cn-deploy: + needs: gh-win-us-deploy name: 🎉 Deploy InfoSys to CN runs-on: ubuntu-latest steps: