@@ -2,9 +2,6 @@ name: split-monorepo
2
2
on :
3
3
release :
4
4
types : [published]
5
- push :
6
- branches :
7
- - split
8
5
9
6
jobs :
10
7
split-repositories :
@@ -17,12 +14,12 @@ jobs:
17
14
# 2: Name of subdirectory (e.g. providers/*Flagd*)
18
15
config :
19
16
- [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]
17
+ - [hook, otel, OpenTelemetry]
18
+ - [hook, validator, Validators]
19
+ - [provider, cloudbees, CloudBees]
20
+ - [provider, flagd, Flagd]
21
+ - [provider, split, Split]
22
+ - [provider, go-feature-flag, GoFeatureFlag]
26
23
steps :
27
24
- name : checkout
28
25
run : |
37
34
input_ref="refs/tags/$input_ref"
38
35
target_ref="$(echo -n "$input_ref"|sed 's#open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-##')"
39
36
fi
40
-
41
37
echo "::set-output name=result::${target_ref}"
42
- - name : push-hook-dd-trace
38
+ - name : filter-and- push-package-${{ matrix.config[1] }}-${{ matrix.config[0] }}
43
39
44
40
with :
45
41
privateKey : ${{ secrets.SSH_PRIVATE_KEY }}
0 commit comments