Skip to content

Commit a9ce557

Browse files
authored
chore: add test requirement to dependabot workflow (#16)
1 parent cfd7a9c commit a9ce557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ permissions:
1919
contents: write
2020

2121
jobs:
22+
test:
23+
uses: ./.github/workflows/test.yml
2224
dependabot:
25+
needs: test
2326
runs-on: ubuntu-latest
2427
if: ${{ github.actor == 'dependabot[bot]' }}
2528
env:

0 commit comments

Comments
 (0)