fix: Remove Akun from github ci hostname
This commit is contained in:
parent
02b5da7c5f
commit
b6184c5045
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -12,7 +12,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
hostname: [Tytonidae, Akun, Cape]
|
||||
hostname:
|
||||
- Tytonidae
|
||||
# - Akun
|
||||
- Cape
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue