Skip to content

Commit

Permalink
fix: rename action for extracting ml-kem
Browse files Browse the repository at this point in the history
This PR just renames the action that extracts ML-Kem from `hax` to
`extract-mlkem`. Having this workflow named `hax` was very confusing
(`git blame` blames myself sadly πŸ˜…).
  • Loading branch information
W95Psp committed Jun 6, 2024
1 parent 706a1ca commit aa7ecbe
Showing 1 changed file with 2 additions and 2 deletions.
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 aa7ecbe

Please sign in to comment.