File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 - ml-kem
2222 - module-lattice
2323 - dhkem
24- - frodo-kem
24+ # - frodo-kem
2525 - x-wing
2626
2727env :
@@ -44,15 +44,15 @@ jobs:
4444 - ml-kem
4545 - module-lattice
4646 - dhkem
47- - frodo-kem
47+ # - frodo-kem
4848 - x-wing
4949 # Only filter if a specific package was requested via workflow_dispatch
5050 # For push/pull_request events, inputs.package is undefined, so default to 'all'
5151 exclude :
5252 - package : ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'ml-kem' && 'ml-kem' || 'NONE' }}
5353 - package : ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'module-lattice' && 'module-lattice' || 'NONE' }}
5454 - package : ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'dhkem' && 'dhkem' || 'NONE' }}
55- - package : ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'frodo-kem' && 'frodo-kem' || 'NONE' }}
55+ # - package: ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'frodo-kem' && 'frodo-kem' || 'NONE' }}
5656 - package : ${{ (github.event.inputs.package || 'all') != 'all' && (github.event.inputs.package || 'all') != 'x-wing' && 'x-wing' || 'NONE' }}
5757 steps :
5858 - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
You can’t perform that action at this time.
0 commit comments