From bc46953519b672b4217ccd4bb615e445c92331b2 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Tue, 24 Oct 2023 21:26:36 -0300 Subject: [PATCH] Removes Staging Dispatcher --- .github/workflows/deploy-prod.yml | 4 +--- .github/workflows/deploy-staging.yml | 5 ----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index fe2affd..b055a4d 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -12,11 +12,9 @@ jobs: name: Build environment: prod runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 - with: - ref: main - - name: Set up Python 3.8 uses: actions/setup-python@v3 with: diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index f80b7ec..844016a 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -1,8 +1,6 @@ name: remote ssh command on: - repository_dispatch: - types: [deploy-staging] push: branches: - staging @@ -14,9 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: staging - - name: Set up Python 3.8 uses: actions/setup-python@v3 with: