From 49c3f57e07c81c8618949c7367cd8072616c02a7 Mon Sep 17 00:00:00 2001 From: yutaro-sakamoto <80912876+yutaro-sakamoto@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:39:55 +0900 Subject: [PATCH] fix: pull_request.yml (#77) --- .github/workflows/pull_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 467542a..4a48bff 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -49,9 +49,7 @@ jobs: # dependabotが作成したPull Requestを自動マージする auto-merge-dependabot-pr: needs: - - check-workflows - test - - cdk-diff-comment - test-server-app if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest