Skip to content

Commit 9ad59c8

Browse files
committed
[TEST] Reduce CI
Signed-off-by: Hanno Becker <[email protected]>
1 parent 19bbb2c commit 9ad59c8

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

.github/workflows/all.yml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -20,65 +20,65 @@ jobs:
2020
id-token: 'write'
2121
uses: ./.github/workflows/base.yml
2222
secrets: inherit
23-
lint-markdown:
24-
name: Lint Markdown
25-
permissions:
26-
contents: 'read'
27-
id-token: 'write'
28-
uses: ./.github/workflows/lint_markdown.yml
29-
nix:
30-
name: Nix
31-
permissions:
32-
actions: 'write'
33-
contents: 'read'
34-
id-token: 'write'
35-
uses: ./.github/workflows/nix.yml
36-
secrets: inherit
37-
ci:
38-
name: Extended
39-
permissions:
40-
contents: 'read'
41-
id-token: 'write'
42-
needs: [ base, nix ]
43-
uses: ./.github/workflows/ci.yml
44-
secrets: inherit
23+
# lint-markdown:
24+
# name: Lint Markdown
25+
# permissions:
26+
# contents: 'read'
27+
# id-token: 'write'
28+
# uses: ./.github/workflows/lint_markdown.yml
29+
# nix:
30+
# name: Nix
31+
# permissions:
32+
# actions: 'write'
33+
# contents: 'read'
34+
# id-token: 'write'
35+
# uses: ./.github/workflows/nix.yml
36+
# secrets: inherit
37+
# ci:
38+
# name: Extended
39+
# permissions:
40+
# contents: 'read'
41+
# id-token: 'write'
42+
# needs: [ base, nix ]
43+
# uses: ./.github/workflows/ci.yml
44+
# secrets: inherit
4545
cbmc:
4646
name: CBMC
4747
permissions:
4848
contents: 'read'
4949
id-token: 'write'
50-
needs: [ base, nix ]
50+
# needs: [ base, nix ]
5151
uses: ./.github/workflows/cbmc.yml
5252
secrets: inherit
53-
oqs_integration:
54-
name: libOQS
55-
permissions:
56-
contents: 'read'
57-
id-token: 'write'
58-
needs: [ base ]
59-
uses: ./.github/workflows/integration-liboqs.yml
60-
secrets: inherit
61-
ct-test:
62-
name: Constant-time
63-
permissions:
64-
contents: 'read'
65-
id-token: 'write'
66-
needs: [ base, nix ]
67-
uses: ./.github/workflows/ct-tests.yml
68-
secrets: inherit
69-
slothy:
70-
name: SLOTHY
71-
permissions:
72-
contents: 'read'
73-
id-token: 'write'
74-
needs: [ base, nix ]
75-
uses: ./.github/workflows/slothy.yml
76-
secrets: inherit
77-
baremetal:
78-
name: Baremetal
79-
permissions:
80-
contents: 'read'
81-
id-token: 'write'
82-
needs: [ base ]
83-
uses: ./.github/workflows/baremetal.yml
84-
secrets: inherit
53+
# oqs_integration:
54+
# name: libOQS
55+
# permissions:
56+
# contents: 'read'
57+
# id-token: 'write'
58+
# needs: [ base ]
59+
# uses: ./.github/workflows/integration-liboqs.yml
60+
# secrets: inherit
61+
# ct-test:
62+
# name: Constant-time
63+
# permissions:
64+
# contents: 'read'
65+
# id-token: 'write'
66+
# needs: [ base, nix ]
67+
# uses: ./.github/workflows/ct-tests.yml
68+
# secrets: inherit
69+
# slothy:
70+
# name: SLOTHY
71+
# permissions:
72+
# contents: 'read'
73+
# id-token: 'write'
74+
# needs: [ base, nix ]
75+
# uses: ./.github/workflows/slothy.yml
76+
# secrets: inherit
77+
# baremetal:
78+
# name: Baremetal
79+
# permissions:
80+
# contents: 'read'
81+
# id-token: 'write'
82+
# needs: [ base ]
83+
# uses: ./.github/workflows/baremetal.yml
84+
# secrets: inherit

0 commit comments

Comments
 (0)