From 3aae03b1b2414c847ec61bb430ba4445c1bcadf5 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 29 Sep 2023 14:25:22 -0300 Subject: [PATCH] Do Not Run Some Workflows on Dependabot's PRs Issue gh-13873 --- .github/workflows/continuous-integration-workflow.yml | 3 +++ .github/workflows/deploy-docs.yml | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ab8f3dbdd8..5c8cf0ed0d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,6 +1,9 @@ name: CI on: + pull_request: + branches-ignore: + - "dependabot/**" push: branches-ignore: - "dependabot/**" diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index baa483497e..663753d2c1 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,7 +1,12 @@ name: Deploy Docs on: + pull_request: + branches-ignore: + - "dependabot/**" push: - branches-ignore: [ "gh-pages", "dependabot/**" ] + branches-ignore: + - "gh-pages" + - "dependabot/**" tags: '**' repository_dispatch: types: request-build-reference # legacy