diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fe1e6338de..75588cc4df 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -80,6 +80,7 @@ jobs: exit 1 Check-Unauthorized-Changes: + if: ${{ github.actor != 'dependabot[bot]' }} name: Checks if no unauthorized files are changed runs-on: ubuntu-latest steps: @@ -122,6 +123,7 @@ jobs: exit 1 Count-Changed-Files: + if: ${{ github.actor != 'dependabot[bot]' }} name: Checks if number of files changed is acceptable runs-on: ubuntu-latest steps: @@ -212,6 +214,7 @@ jobs: min_coverage: 95.0 Graphql-Inspector: + if: ${{ github.actor != 'dependabot[bot]' }} name: Runs Introspection on the GitHub talawa-api repo on the schema.graphql file runs-on: ubuntu-latest steps: @@ -239,6 +242,7 @@ jobs: run: graphql-inspector validate './src/GraphQl/**/*.ts' './talawa-api/schema.graphql' Check-Target-Branch: + if: ${{ github.actor != 'dependabot[bot]' }} name: Check Target Branch runs-on: ubuntu-latest steps: