This commit is contained in:
parent
afff26d2cc
commit
9a6b708aca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/.github-ci.yaml
vendored
2
.github/workflows/.github-ci.yaml
vendored
|
@ -3,7 +3,7 @@ name: ci-workflow
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
# checkout repository
|
# checkout repository
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|
Loading…
Reference in a new issue