Skip to content

Fix CI Standard Checks timeout due to runner restrictions#67

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

Fix CI Standard Checks timeout due to runner restrictions#67
pannago merged 1 commit into
mainfrom
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-demo 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

Fixes: https://github.com/Typeform/embed-demo/actions/runs/23854562434

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:34
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 7, 2026

@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: tf-IT

tf-IT has most 👩‍💻 activity in the files.
tf-IT has most 🧠 knowledge in the files.

See details

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

Activity based on git-commit:

tf-IT
APR
MAR
FEB
JAN
DEC
NOV 17 additions & 0 deletions

Knowledge based on git-blame:
tf-IT: 100%

✨ Comment /gs review for LinearB AI review. Learn how to automate it here.

@pannago pannago merged commit b384d7f into main Apr 7, 2026
11 checks passed
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.

2 participants