From 35d81900ba11c9026d6843c92999fb16c90cf63d Mon Sep 17 00:00:00 2001 From: Jack Greiner Date: Mon, 13 May 2024 22:27:39 -0400 Subject: [PATCH] Try and force action to pretend that we are a normal image. --- .github/workflows/website_check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website_check.yml b/.github/workflows/website_check.yml index d78831e..2257507 100644 --- a/.github/workflows/website_check.yml +++ b/.github/workflows/website_check.yml @@ -19,6 +19,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: + self-hosted: false bundler-cache: true - name: Build and Check Website