Skip to content

Commit

Permalink
🚇🧹 Exclude pre-commit bot branch from CI runs on push (#1085)
Browse files Browse the repository at this point in the history
* 🚇🧹 Exclude  pre-commit bot branch from CI runs on push
* 🚧📚 Added change to changelog
  • Loading branch information
s-weigand authored Jun 3, 2022
1 parent 7d1149b commit 80a488d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_CD_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches-ignore:
- "dependabot/**"
- "sourcery/**"
- "pre-commit-ci-update-config"
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
- "sourcery/**"
- "pre-commit-ci-update-config"
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 80a488d

Please sign in to comment.