Skip to content

Commit 41f3abc

Browse files
authored
migrate from bors to circleci approval jobs
1 parent b6ee35d commit 41f3abc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ jobs:
3434
workflows:
3535
ci:
3636
when:
37-
or:
38-
- equal: [ trying, << pipeline.git.branch >> ]
39-
- equal: [ staging, << pipeline.git.branch >> ]
37+
not: {equal: [ master, << pipeline.git.branch >> ]}
4038

4139
jobs:
40+
- hold:
41+
type: approval # presents manual approval button in the UI
4242
- ferris-ci/vendor:
43+
requires: ["hold"]
4344
context: github
4445
- ferris-ci/clippy:
4546
requires: [ferris-ci/vendor]

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)