mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Rename jobs
This commit is contained in:
parent
71edd798af
commit
94c255d154
4 changed files with 4 additions and 4 deletions
2
.github/workflows/benchmark.yaml
vendored
2
.github/workflows/benchmark.yaml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: "main"
|
||||
jobs:
|
||||
build:
|
||||
runbenchmarks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
2
.github/workflows/c.yaml
vendored
2
.github/workflows/c.yaml
vendored
|
@ -3,7 +3,7 @@ name: C
|
|||
on:
|
||||
push:
|
||||
jobs:
|
||||
build:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
2
.github/workflows/i386-linux-handwritten.yml
vendored
2
.github/workflows/i386-linux-handwritten.yml
vendored
|
@ -3,7 +3,7 @@ name: i386-linux-handwritten
|
|||
on:
|
||||
push:
|
||||
jobs:
|
||||
build:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
2
.github/workflows/python.yaml
vendored
2
.github/workflows/python.yaml
vendored
|
@ -3,7 +3,7 @@ name: python
|
|||
on:
|
||||
push:
|
||||
jobs:
|
||||
build:
|
||||
runtests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
Loading…
Reference in a new issue