We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38025df commit cf78667Copy full SHA for cf78667
.circleci/config.yml
@@ -5,7 +5,7 @@ orbs:
5
6
commands:
7
install-deps:
8
- description: Install dependencies and initialize pre-commit hooks
+ description: Install dependencies
9
steps:
10
- run:
11
name: Install dependencies
@@ -36,13 +36,6 @@ jobs:
36
37
- ghpr/build-prospective-branch
38
- install-deps
39
- - run:
40
- name: Run commit hooks
41
- command: |
42
- pre-commit run \
43
- --source "origin/${GITHUB_PR_BASE_BRANCH}" \
44
- --origin "origin/${CIRCLE_BRANCH}" \
45
- --show-diff-on-failure
46
- run: flit build
47
- ghpr/post-pr-comment:
48
comment: Tests failed!
@@ -65,6 +58,7 @@ workflows:
65
58
ignore:
66
59
- master
67
60
- test-build:
61
+ requires: test
68
62
filters:
69
63
branches:
70
64
0 commit comments