Scripts: fix runs-on

This commit is contained in:
Pieter Vander Vennet 2025-06-04 01:20:40 +02:00
parent 40369a012b
commit e512b40117

View file

@ -22,7 +22,7 @@ jobs:
ssh hetzner "cd data && rm -rf community-index/ && unzip community-index.zip && rm community-index.zip"
update_statistics:
runs-on: [ ubuntu-latest, hetzner-access ]
runs-on: [ hetzner-access ]
steps:
- uses: https://source.mapcomplete.org/actions/checkout@v4
- uses: ./.forgejo/setup