Browse Source

🐛 Fix/remove dependabot from e2e trusted (#1422)

* fixes e2e tests

Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>

* dependabot now needs /ok-to-test

Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
Gustavo Fernandes de Carvalho 3 years ago
parent
commit
99997d2708
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/e2e.yml

+ 1 - 1
.github/workflows/e2e.yml

@@ -35,7 +35,7 @@ jobs:
   # Branch-based pull request
   integration-trusted:
     runs-on: ubuntu-latest
-    if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
+    if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.author !='dependabot[bot]'
     steps:
 
     - name: Branch based PR checkout