Skip to content

Commit f2292f0

Browse files
pannagoclaude
andcommitted
fix: override runner to ubuntu-latest for public repo CI
The CI Standard Checks workflow has been timing out after 24 hours since March 27. The reusable workflow defaults to ci-base-scale-set (self-hosted runners), which are restricted to private repos. This change explicitly specifies ubuntu-latest (GitHub-hosted runners) for this public repository. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 75da36f commit f2292f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-standard-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ on:
1515
jobs:
1616
ci-standard-checks:
1717
uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1
18+
with:
19+
runner: ubuntu-latest

0 commit comments

Comments
 (0)