File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
name : deploy
8
8
jobs :
9
9
build :
10
- uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@build-optimizations
10
+ uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@main
11
11
with :
12
12
helmrepo : " charts-v3"
13
13
secrets :
Original file line number Diff line number Diff line change 6
6
name : nightly
7
7
jobs :
8
8
build :
9
- uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@build-optimizations
9
+ uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@main
10
10
with :
11
11
helmrepo : " nightly/charts-v3"
12
12
secrets :
Original file line number Diff line number Diff line change 5
5
name : release
6
6
jobs :
7
7
build :
8
- uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@build-optimizations
8
+ uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@main
9
9
with :
10
10
helmrepo : " releases/charts-v3"
11
11
secrets :
Original file line number Diff line number Diff line change 92
92
# curl -k "https://coveralls.io/webhook?repo_token=$WGE_COVERALLS_TOKEN" -d "payload[build_num]=$GITHUB_RUN_NUMBER&payload[status]=done"
93
93
94
94
build :
95
- uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@build-optimizations
95
+ uses : weaveworks/weave-gitops-enterprise/.github/workflows/build.yaml@main
96
96
with :
97
97
helmrepo : " dev/charts-v3"
98
98
secrets :
You can’t perform that action at this time.
0 commit comments