Skip to content

Commit 982821b

Browse files
committed
workflow: drop all but build
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
1 parent 147f2f9 commit 982821b

1 file changed

Lines changed: 30 additions & 40 deletions

File tree

.github/workflows/devel.yaml

Lines changed: 30 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,37 @@ permissions:
99
pull-requests: read
1010

1111
jobs:
12-
trivy:
13-
permissions:
14-
actions: read
15-
contents: read
16-
security-events: write
17-
uses: "./.github/workflows/lib-trivy.yaml"
18-
with:
19-
upload-to-github-security-tab: true
20-
21-
validate:
22-
uses: "./.github/workflows/lib-validate.yaml"
23-
24-
codeql:
25-
permissions:
26-
actions: read
27-
contents: read
28-
security-events: write
29-
uses: "./.github/workflows/lib-codeql.yaml"
30-
31-
scorecard:
32-
permissions:
33-
contents: read
34-
id-token: write
35-
security-events: write
36-
uses: "./.github/workflows/lib-scorecard.yaml"
12+
# trivy:
13+
# permissions:
14+
# actions: read
15+
# contents: read
16+
# security-events: write
17+
# uses: "./.github/workflows/lib-trivy.yaml"
18+
# with:
19+
# upload-to-github-security-tab: true
20+
21+
# validate:
22+
# uses: "./.github/workflows/lib-validate.yaml"
23+
24+
# codeql:
25+
# permissions:
26+
# actions: read
27+
# contents: read
28+
# security-events: write
29+
# uses: "./.github/workflows/lib-codeql.yaml"
30+
31+
# scorecard:
32+
# permissions:
33+
# contents: read
34+
# id-token: write
35+
# security-events: write
36+
# uses: "./.github/workflows/lib-scorecard.yaml"
3737

3838
build:
39-
needs:
40-
- validate
41-
- trivy
4239
uses: "./.github/workflows/lib-build.yaml"
4340

44-
e2e:
45-
needs:
46-
- build
47-
uses: "./.github/workflows/lib-e2e.yaml"
48-
49-
# devel image push
50-
publish:
51-
needs:
52-
- e2e
53-
- build
54-
uses: "./.github/workflows/lib-publish.yaml"
55-
secrets: inherit
41+
# e2e:
42+
# needs:
43+
# - build
44+
# uses: "./.github/workflows/lib-e2e.yaml"
45+

0 commit comments

Comments
 (0)