mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix job name
This commit is contained in:
parent
328c63cdcf
commit
6efe4165aa
1 changed files with 1 additions and 2 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- callgrind
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
|
@ -14,7 +13,7 @@ on:
|
|||
|
||||
jobs:
|
||||
callgrind:
|
||||
name: callgrind ${{ matrix.os }}
|
||||
name: callgrind ${{ matrix.compiler }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Reference in a new issue