From ab812b2b5399985e54472d8e3d13f9b52730b06d Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Fri, 29 Sep 2023 14:03:04 -0300 Subject: [PATCH] Do not run some workflows for Dependabot branches Issue gh-13873 --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- .github/workflows/deploy-docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 719c0597e5..ab8f3dbdd8 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,8 +2,8 @@ name: CI on: push: - branches: - - '**' + branches-ignore: + - "dependabot/**" schedule: - cron: '0 10 * * *' # Once per day at 10am UTC workflow_dispatch: # Manual trigger diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b2d407b913..baa483497e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,7 +1,7 @@ name: Deploy Docs on: push: - branches-ignore: [ gh-pages ] + branches-ignore: [ "gh-pages", "dependabot/**" ] tags: '**' repository_dispatch: types: request-build-reference # legacy