File tree Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 36
36
- validate
37
37
uses : " ./.github/workflows/lib-build.yaml"
38
38
39
- e2e :
40
- needs :
41
- - build
42
- uses : " ./.github/workflows/lib-e2e.yaml"
39
+ # e2e:
40
+ # needs:
41
+ # - build
42
+ # uses: "./.github/workflows/lib-e2e.yaml"
Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ jobs:
39
39
- trivy
40
40
uses : " ./.github/workflows/lib-build.yaml"
41
41
42
- e2e :
43
- needs :
44
- - build
45
- uses : " ./.github/workflows/lib-e2e.yaml"
42
+ # e2e:
43
+ # needs:
44
+ # - build
45
+ # uses: "./.github/workflows/lib-e2e.yaml"
46
46
47
47
# devel image push
48
48
publish :
49
49
permissions :
50
50
contents : read
51
51
id-token : write
52
52
needs :
53
- - e2e
53
+ # - e2e
54
54
- build
55
55
uses : " ./.github/workflows/lib-publish.yaml"
56
56
secrets : inherit
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments