Skip to content

Commit 141b791

Browse files
committed
chore: disable all but one in matrix for validation
1 parent a384862 commit 141b791

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/split_monorepo.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
# 2: Name of subdirectory (e.g. providers/*Flagd*)
1818
config:
1919
- [hook, dd-trace, DDTrace]
20-
- [hook, otel, OpenTelemetry]
21-
- [hook, validator, Validators]
22-
- [provider, cloudbees, CloudBees]
23-
- [provider, flagd, Flagd]
24-
- [provider, split, Split]
25-
- [provider, go-feature-flag, GoFeatureFlag]
20+
# - [hook, otel, OpenTelemetry]
21+
# - [hook, validator, Validators]
22+
# - [provider, cloudbees, CloudBees]
23+
# - [provider, flagd, Flagd]
24+
# - [provider, split, Split]
25+
# - [provider, go-feature-flag, GoFeatureFlag]
2626
steps:
2727
- name: checkout
2828
run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA && pwd && ls -alh"

0 commit comments

Comments
 (0)