Change CI runner from 'runner' to 'internal_docker' in ci.yml configuration
Some checks failed
ci / build-test-pack (push) Failing after 1m12s
Some checks failed
ci / build-test-pack (push) Failing after 1m12s
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test-pack:
|
build-test-pack:
|
||||||
runs-on: runner
|
runs-on: internal_docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user