Skip to content

fix: limit check workflow push trigger - #2

Merged
aorumbayev merged 1 commit into
mainfrom
fix/check-push-trigger
Jul 8, 2026
Merged

fix: limit check workflow push trigger#2
aorumbayev merged 1 commit into
mainfrom
fix/check-push-trigger

Conversation

@aorumbayev

Copy link
Copy Markdown
Member

Limits the check workflow push trigger to main so PR branch pushes only run the pull_request check.

@greptile-apps

greptile-apps Bot commented Jul 8, 2026

Copy link
Copy Markdown

Greptile Summary

This PR narrows when the check workflow runs on pushes. The main change is:

  • Limits the push trigger in .github/workflows/check.yml to main.
  • Keeps the pull_request trigger so PR branch updates still run checks.

Confidence Score: 5/5

Safe to merge with minimal risk.

The change is a narrow GitHub Actions trigger restriction that matches the PR intent and does not alter job permissions or check steps.

No files require special attention.

T-Rex T-Rex Logs

What T-Rex did

  • Reviewed the pre-trigger run and confirmed the workflow had push and pull_request but no branches, consistent with the main restriction.
  • Reviewed the post-trigger run and confirmed the workflow now has push branches exactly [main] and a pull_request present.
  • Ran bun check and observed it completed but halted due to Prettier warnings for unrelated .greptile-internal/.greptile files.
  • Collected artifacts including the pre/post workflow logs, bun check log, an additional log artifact, and a JavaScript artifact to support review.

View all artifacts

T-Rex Ran code and verified through T-Rex

Important Files Changed

Filename Overview
.github/workflows/check.yml Restricts the push trigger for the check workflow to main, while preserving pull request checks.

Reviews (1): Last reviewed commit: "fix: limit check workflow push trigger" | Re-trigger Greptile

@aorumbayev
aorumbayev merged commit 973a970 into main Jul 8, 2026
2 checks passed
@aorumbayev
aorumbayev deleted the fix/check-push-trigger branch July 8, 2026 20:37
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 0.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant