From 825770eb4cef876315e573323da6b10b97397818 Mon Sep 17 00:00:00 2001 From: Futa HIRAKOBA Date: Fri, 27 Mar 2020 17:41:24 +0900 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 83c058268922b..4cc092751c413 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,13 +32,6 @@ jobs: - run: yarn run test - run: yarn run generate:deploy --fail-on-page-error - - name: Temporarily disable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@master - if: always() - with: - access-token: ${{ secrets.ACCESS_TOKEN }} - branch: production - - name: Deploy to netlify uses: netlify/actions/cli@master env: @@ -48,14 +41,6 @@ jobs: args: deploy --dir=dist --prod secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]' - - name: Enable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@master - if: always() # Force to always run this step to ensure "include administrators" is always turned back on - with: - access-token: ${{ secrets.ACCESS_TOKEN }} - owner: tokyo-metropolitan-gov - repo: covid19 - branch: production - name: Create GitHub release uses: rymndhng/release-on-push-action@master with: