diff --git a/.github/workflows/dependabot-branch.yml b/.github/workflows/dependabot-branch.yml index 13cee94a3..58db86442 100644 --- a/.github/workflows/dependabot-branch.yml +++ b/.github/workflows/dependabot-branch.yml @@ -5,8 +5,8 @@ on: - opened - edited jobs: - if: startsWith(github.head_ref, 'dependabot/') check-branch: + if: startsWith(github.head_ref, 'dependabot/') runs-on: ubuntu-latest permissions: pull-requests: write