From 80a488d2ce600aa524492f2016ee09a442e1b9a0 Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Fri, 3 Jun 2022 17:09:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=87=F0=9F=A7=B9=20Exclude=20=20pre-com?= =?UTF-8?q?mit=20bot=20branch=20from=20CI=20runs=20on=20push=20(#1085)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ๐Ÿš‡๐Ÿงน Exclude pre-commit bot branch from CI runs on push * ๐Ÿšง๐Ÿ“š Added change to changelog --- .github/workflows/CI_CD_actions.yml | 1 + .github/workflows/integration-tests.yml | 1 + changelog.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/CI_CD_actions.yml b/.github/workflows/CI_CD_actions.yml index c1ef97a75..7797aac28 100644 --- a/.github/workflows/CI_CD_actions.yml +++ b/.github/workflows/CI_CD_actions.yml @@ -7,6 +7,7 @@ on: branches-ignore: - "dependabot/**" - "sourcery/**" + - "pre-commit-ci-update-config" pull_request: jobs: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a24709293..134be502f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,6 +5,7 @@ on: branches-ignore: - "dependabot/**" - "sourcery/**" + - "pre-commit-ci-update-config" pull_request: workflow_dispatch: diff --git a/changelog.md b/changelog.md index ae82dfea2..cd70ce0a0 100644 --- a/changelog.md +++ b/changelog.md @@ -46,6 +46,7 @@ - ๐Ÿš‡๐Ÿ‘Œ Exclude sourcery AI push CI runs (#1014) - ๐Ÿ‘Œ๐Ÿ“š๐Ÿš‡ Auto remove notebook written data when building docs (#1019) - ๐Ÿ‘Œ๐Ÿš‡ Change integration tests to use self managed examples action (#1034) +- ๐Ÿš‡๐Ÿงน Exclude pre-commit bot branch from CI runs on push (#1085) ## 0.5.1 (2021-12-31)