mirror of
https://github.com/nineties/planckforth
synced 2025-01-14 08:01:27 +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:
|
push:
|
||||||
branches: "main"
|
branches: "main"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
runbenchmarks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
2
.github/workflows/c.yaml
vendored
2
.github/workflows/c.yaml
vendored
|
@ -3,7 +3,7 @@ name: C
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- 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:
|
on:
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
2
.github/workflows/python.yaml
vendored
2
.github/workflows/python.yaml
vendored
|
@ -3,7 +3,7 @@ name: python
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
runtests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in a new issue