Skip to content

Commit 89a9d51

Browse files
committed
CI: Disambiguate job names in HOL-Light workflow
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
1 parent eacdb7e commit 89a9d51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/hol_light.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# but we use this as a fast path to not even start the proofs
4444
# if the byte code needs updating.
4545
hol_light_bytecode:
46-
name: HOL-Light bytecode check
46+
name: AArch64 HOL-Light bytecode check
4747
runs-on: pqcp-arm64
4848
if: github.repository_owner == 'pq-code-package' && !github.event.pull_request.head.repo.fork
4949
steps:
@@ -57,7 +57,7 @@ jobs:
5757
script: |
5858
autogen --update-hol-light-bytecode --dry-run
5959
hol_light_interactive:
60-
name: HOL-Light interactive shell test
60+
name: AArch64 HOL-Light interactive shell test
6161
runs-on: pqcp-arm64
6262
needs: [ hol_light_bytecode ]
6363
if: github.repository_owner == 'pq-code-package' && !github.event.pull_request.head.repo.fork
@@ -109,7 +109,7 @@ jobs:
109109
needs: ["keccak_specs.ml"]
110110
- name: keccak_f1600_x4_v8a_scalar
111111
needs: ["keccak_specs.ml"]
112-
name: HOL Light proof for ${{ matrix.proof.name }}.S
112+
name: AArch64 HOL Light proof for ${{ matrix.proof.name }}.S
113113
runs-on: pqcp-arm64
114114
if: github.repository_owner == 'pq-code-package' && !github.event.pull_request.head.repo.fork
115115
steps:
@@ -151,7 +151,7 @@ jobs:
151151
152152
# x86_64 proofs
153153
hol_light_bytecode_x86_64:
154-
name: HOL-Light bytecode check
154+
name: x86_64 HOL-Light bytecode check
155155
runs-on: pqcp-x64
156156
if: github.repository_owner == 'pq-code-package' && !github.event.pull_request.head.repo.fork
157157
steps:
@@ -194,7 +194,7 @@ jobs:
194194
needs: ["mlkem_specs.ml"]
195195
- name: mlkem_poly_basemul_acc_montgomery_cached_k4
196196
needs: ["mlkem_specs.ml"]
197-
name: HOL Light proof for ${{ matrix.proof.name }}.S
197+
name: x86_64 HOL Light proof for ${{ matrix.proof.name }}.S
198198
runs-on: pqcp-x64
199199
if: github.repository_owner == 'pq-code-package' && !github.event.pull_request.head.repo.fork
200200
steps:

0 commit comments

Comments
 (0)