Skip to content

Commit 4fde7fb

Browse files
chore: Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml'
1 parent 79ac45d commit 4fde7fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 3 additions & 0 deletions
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)