no spaces?
This commit is contained in:
parent
8607d619d4
commit
e5684c7555
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ name: Check-Build
|
|||
|
||||
jobs:
|
||||
amd_check:
|
||||
name: x86_64 Check
|
||||
name: x86_64-Check
|
||||
runs-on: [ self-hosted,x64 ]
|
||||
steps:
|
||||
- name: Checkout repo code
|
||||
|
@ -18,7 +18,7 @@ jobs:
|
|||
# with:
|
||||
# command: check
|
||||
arm_check:
|
||||
name: ARM64 Check
|
||||
name: ARM64-Check
|
||||
runs-on: [ self-hosted,arm64 ]
|
||||
steps:
|
||||
- name: Checkout repo code
|
||||
|
|
Loading…
Add table
Reference in a new issue