From cba0c9a5c3ed5751b58ec23650544e313d4a16fb Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 25 Mar 2024 14:04:46 +0000 Subject: [PATCH] chore: Synced local '.github/workflows/dependabot.yml' with remote '.github/workflows/dependabot.yml' --- .github/workflows/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 6b46ebbbf4..a27112110a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -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: