fix: disable shell color in runnerstats
Some checks failed
CI Workflow / Test STACKIT runner (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / CI run tests (pull_request) Has been cancelled
CI Workflow / CI run build and linting (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled
CI Workflow / Check GoReleaser config (pull_request) Has been cancelled
Some checks failed
CI Workflow / Test STACKIT runner (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / CI run tests (pull_request) Has been cancelled
CI Workflow / CI run build and linting (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled
CI Workflow / Check GoReleaser config (pull_request) Has been cancelled
Signed-off-by: marcel.henselin <marcel.henselin@stackit.cloud>
This commit is contained in:
parent
07458c5677
commit
3db2797a5e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/runnerstats.yaml
vendored
4
.github/workflows/runnerstats.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
apt-get -y -qq install inxi
|
apt-get -y -qq install inxi
|
||||||
|
|
||||||
- name: Show stats
|
- name: Show stats
|
||||||
run: inxi
|
run: inxi -c 0
|
||||||
|
|
||||||
stats-stackit:
|
stats-stackit:
|
||||||
name: "Get STACKIT runner stats"
|
name: "Get STACKIT runner stats"
|
||||||
|
|
@ -26,4 +26,4 @@ jobs:
|
||||||
apt-get -y -qq install inxi
|
apt-get -y -qq install inxi
|
||||||
|
|
||||||
- name: Show stats
|
- name: Show stats
|
||||||
run: inxi
|
run: inxi -c 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue