mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix workflow to run tests on handwritte binary all time and to avoid unnecessary benchmark
This commit is contained in:
parent
090d3e1912
commit
ee17923b20
2 changed files with 1 additions and 1 deletions
1
.github/workflows/benchmark.yaml
vendored
1
.github/workflows/benchmark.yaml
vendored
|
@ -3,6 +3,7 @@ name: benchmark
|
|||
on:
|
||||
push:
|
||||
branches: "main"
|
||||
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
|
||||
jobs:
|
||||
runbenchmarks:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -4,7 +4,6 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
|
||||
jobs:
|
||||
runtests-i386-linux-handwritten:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue