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]
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
# checkout repository
|
||||
- name: checkout
|
||||
|
|
Loading…
Reference in a new issue