Skip to content

Fix CI Standard Checks timeout due to runner restrictions#738

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

Fix CI Standard Checks timeout due to runner restrictions#738
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 embed 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:33
@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

@gitstream-cm
Copy link
Copy Markdown

gitstream-cm bot commented Apr 7, 2026

This PR is missing a Jira ticket reference in the title or description.
Please add a Jira ticket reference to the title or description of this PR.

@gitstream-cm
Copy link
Copy Markdown

gitstream-cm bot commented Apr 7, 2026

🥷 Code experts: No results found

No code experts were identified for the files in this pull request based on git blame analysis.

This may occur when:

  • Files are new or have limited commit history
  • Git authors aren't mapped to current team members
  • Analysis thresholds need adjustment

If you expected to see expert suggestions, consider:

  • Reviewing your config.user_mapping settings

  • Adjusting the gt/lt parameters in your action

  • Verifying files have sufficient commit history

To learn more about /:\gitStream - Visit our Docs

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 7, 2026

@typeform-ops-gha
Copy link
Copy Markdown

[BOT] Preview available with hash 611f390fc3150afbe2d667bda2ccaa9b3a5f406f here.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants