From b86bf5fc1171a356a181cf03eb7cd862062adb68 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:30:47 -0400 Subject: [PATCH] chore: add gate back for dependabot Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .github/workflows/dependabot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index d967f783..68e574b2 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -14,7 +14,7 @@ defaults: jobs: build: - # if: ${{ github.actor == 'dependabot[bot]' }} + if: ${{ github.actor == 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - name: Fetch Dependabot metadata