Skip to content

Commit

Permalink
remove workflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Nov 23, 2021
1 parent 48bd82e commit 4dc51ba
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/dependabot-automerge.yml
@@ -1,12 +1,5 @@
name: Auto-merge Dependabot minors

on:
pull_request_target:
workflow_run:
workflows:
- Tests
types:
- completed
on: pull_request_target

permissions:
pull-requests: write
Expand All @@ -15,7 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit 4dc51ba

Please sign in to comment.