From 29c532af0c5f06e40fbad12b92d3b80e984b11c8 Mon Sep 17 00:00:00 2001 From: skyero-aws Date: Tue, 25 Mar 2025 16:14:50 -0700 Subject: [PATCH] Update maven.yml in github remove all if statements --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b8e28c5d..3097793a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest - if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo' + # if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo' steps: - name: Dependabot metadata id: metadata