Skip to content

Commit

Permalink
Merge pull request #704 from hacspec/rename-mlkem-action
Browse files Browse the repository at this point in the history
fix: rename action for extracting ml-kem
  • Loading branch information
W95Psp authored Jun 24, 2024
2 parents 9b85e33 + dd1dd97 commit 4552478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kyber.yml → .github/workflows/mlkem.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Extract and TC Kyber
name: Extract and TC ML-Kem

on:
pull_request:
Expand All @@ -11,7 +11,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
hax:
extract-mlkem:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group' }}
runs-on: "ubuntu-latest"

Expand Down

0 comments on commit 4552478

Please sign in to comment.