From 745a8fc1d8981cf9f0bc8389676c2eab8cfea1a2 Mon Sep 17 00:00:00 2001 From: Alok Gupta Date: Mon, 10 Jun 2024 14:58:58 +0530 Subject: [PATCH] chore : updated unauthorised file detection jobs (#748) --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f064fac97..7528a0ce0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -46,8 +46,9 @@ jobs: Check-Unauthorized-File-Changes: name: Checks if no unauthorized files are changed + if: ${{github.actor != 'dependabot[bot]'}} runs-on: ubuntu-latest - steps: + steps: - name: Checkout code uses: actions/checkout@v4