fix: runner name
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Dale Twokey 2026-04-14 17:34:25 +03:00
parent 733a14e8be
commit 249fe8cbeb
No known key found for this signature in database
GPG key ID: E3306F181299BB57

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: host runs-on: nitori
steps: steps:
- run: echo All good! - run: echo All good!