Skip to content

Fix CI Standard Checks timeout due to runner restrictions#16

Merged
pannago merged 1 commit intomainfrom
PLT-3321
Apr 7, 2026
Merged

Fix CI Standard Checks timeout due to runner restrictions#16
pannago merged 1 commit intomainfrom
PLT-3321

Conversation

@pannago
Copy link
Copy Markdown
Contributor

@pannago pannago commented Apr 7, 2026

Fix CI Standard Checks timeout due to runner restrictions

Problem

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), but these are restricted to private repos. Public repos like button can't access them, causing jobs to queue indefinitely until auto-cancelled.

Solution

Override the runner parameter to explicitly use ubuntu-latest (GitHub-hosted runners).

Changes

  • Updated .github/workflows/ci-standard-checks.yml to specify runner: ubuntu-latest

Impact

  • CI builds will now start immediately instead of timing out after 24 hours
  • Workflows will run on GitHub-hosted runners as intended for public repositories

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>
@pannago pannago requested a review from a team as a code owner April 7, 2026 10:29
@pr-auditor
Copy link
Copy Markdown

pr-auditor bot commented Apr 7, 2026

✅ Security Analysis Results

Great news! No security issues found in this pull request.

Analysis Summary:

  • 📁 Files reviewed: 1
  • ✅ No security vulnerabilities detected

Security analysis powered by Claude Sonnet 4.6 via pr-auditor | Questions? Contact #dx-team or check out this page

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 7, 2026

@typeform-ops-gha
Copy link
Copy Markdown

[BOT] Preview available with hash f9b589c98206d456d3cfcaeff9865fe960981146 here.

@pannago pannago merged commit 28e214c into main Apr 7, 2026
10 checks passed
@pannago pannago deleted the PLT-3321 branch April 7, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants