File tree Expand file tree Collapse file tree 1 file changed +55
-55
lines changed
Expand file tree Collapse file tree 1 file changed +55
-55
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments