From ddd4185a0d5fea1f38e293e5798e64edf2e69e1a Mon Sep 17 00:00:00 2001 From: Lucas Winther Date: Thu, 20 Aug 2026 00:19:40 +0200 Subject: [PATCH] Switch back, as cloudfront is problem still on self-hosted IP. --- .github/workflows/refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refresh.yml b/.github/workflows/refresh.yml index 8607f31..fdaac8e 100644 --- a/.github/workflows/refresh.yml +++ b/.github/workflows/refresh.yml @@ -50,7 +50,7 @@ permissions: jobs: refresh: name: Fetch sources and rebuild the feed - runs-on: [self-hosted, safe-ip] + runs-on: ubuntu-latest # A fork must not point this at the wikis on a schedule. Same shape as the # DEPLOY_PAGES gate in ci.yml: off by default for anyone but this repo, # while a fork owner can still dispatch it by hand and take responsibility.