Skip to content

Commit 13dedff

Browse files
committed
revertme: skip most checks
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
1 parent 49c04ce commit 13dedff

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/devel.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ 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"
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"
2323

2424
codeql:
2525
permissions:
@@ -28,28 +28,28 @@ jobs:
2828
security-events: write
2929
uses: "./.github/workflows/lib-codeql.yaml"
3030

31-
scorecard:
32-
permissions:
33-
contents: read
34-
id-token: write
35-
security-events: write
36-
uses: "./.github/workflows/lib-scorecard.yaml"
31+
# scorecard:
32+
# permissions:
33+
# contents: read
34+
# id-token: write
35+
# security-events: write
36+
# uses: "./.github/workflows/lib-scorecard.yaml"
3737

38-
build:
39-
needs:
40-
- validate
41-
- trivy
42-
uses: "./.github/workflows/lib-build.yaml"
38+
# build:
39+
# needs:
40+
# - validate
41+
# - trivy
42+
# uses: "./.github/workflows/lib-build.yaml"
4343

44-
e2e:
45-
needs:
46-
- build
47-
uses: "./.github/workflows/lib-e2e.yaml"
44+
# e2e:
45+
# needs:
46+
# - build
47+
# uses: "./.github/workflows/lib-e2e.yaml"
4848

4949
# devel image push
50-
publish:
51-
needs:
52-
- e2e
53-
- build
54-
uses: "./.github/workflows/lib-publish.yaml"
55-
secrets: inherit
50+
# publish:
51+
# needs:
52+
# - e2e
53+
# - build
54+
# uses: "./.github/workflows/lib-publish.yaml"
55+
# secrets: inherit

0 commit comments

Comments
 (0)