We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918964 commit 2d4d23bCopy full SHA for 2d4d23b
scripts/test_pull_request_deployments.py
@@ -5,21 +5,21 @@
5
6
7
PULL_REQUEST_PIPELINES = {
8
- "identity-service": {
9
- "build": 27,
10
- "pr": 54,
11
- "branch": "refs/heads/master"
12
- },
+ # "identity-service": {
+ # "build": 27,
+ # "pr": 54,
+ # "branch": "refs/heads/master"
+ # },
13
"canary-api": {
14
"build": 222,
15
"pr": 223,
16
"branch": "refs/heads/main"
17
18
- "personal-demographics-service": {
19
- "build": 140,
20
- "pr": 144,
21
22
+ }
+ # "personal-demographics-service": {
+ # "build": 140,
+ # "pr": 144,
23
}
24
25
0 commit comments