Skip to content

Commit

Permalink
chore: add test requirement to dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Nov 3, 2023
1 parent cfd7a9c commit 52656bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ permissions:
contents: write

jobs:
test:
uses: ./.github/workflows/test.yml
dependabot:
needs: test
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
env:
Expand Down

0 comments on commit 52656bc

Please sign in to comment.