From 6fa1e537629e6a82d6ec8a4bb99345379f820b11 Mon Sep 17 00:00:00 2001 From: Laurence <472753+mrlaessig@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:06:06 +0200 Subject: [PATCH] chore: dependency prevents workflow from running --- .github/workflows/depdendabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/depdendabot.yml b/.github/workflows/depdendabot.yml index 6a21161..00a9ecd 100644 --- a/.github/workflows/depdendabot.yml +++ b/.github/workflows/depdendabot.yml @@ -11,7 +11,6 @@ permissions: jobs: automerge: if: ${{ contains(github.head_ref, 'dependabot/npm_and_yarn') }} - needs: verify runs-on: ubuntu-latest env: PR_URL: ${{github.event.pull_request.html_url}}