Skip to content

Commit 17564ea

Browse files
Merge pull request #1457 from ethereum-optimism/set-as-manual-task
add manual job
2 parents f232042 + a0090e7 commit 17564ea

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.circleci/config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ version: 2.1
22
orbs:
33
utils: ethereum-optimism/circleci-utils@1.0.13
44

5+
parameters:
6+
run_job:
7+
type: enum
8+
default: "select_job"
9+
enum:
10+
[
11+
"select_job",
12+
"run-algolia"
13+
]
14+
15+
516
executors:
617
node20:
718
docker:
@@ -130,14 +141,17 @@ jobs:
130141
assignees: "sbvegan"
131142

132143
workflows:
133-
merge-workflow:
144+
run-algolia-workflow:
145+
when:
146+
equal: [<< pipeline.parameters.run_job >>, "run-algolia"]
134147
jobs:
135148
- algolia:
136149
name: Algolia Index Update
137150
context: algolia-search
138151
filters:
139152
branches:
140153
only: main
154+
141155
pr-workflow:
142156
jobs:
143157
- breadcrumbs

0 commit comments

Comments
 (0)