Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7cf00f7

Browse files
committedJan 15, 2024
chore: Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml'
1 parent 40efe88 commit 7cf00f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.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)
Please sign in to comment.