From 7580ebc71aec6756136377c8e7d3cf1c5d7cfe0e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 18 Jul 2022 10:15:04 +0200 Subject: [PATCH] chore: dependabot automerge patch --- .github/workflows/dependabot-automerge.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index dfe5e23..138a999 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -21,12 +21,6 @@ jobs: - name: Build run: npm run build - - name: Run - run: npm run start & - - - name: Check - run: curl -f -LI http://localhost:3000 - dependabot: needs: [check] runs-on: ubuntu-latest