Skip to content

ci: small improvements to some workflows - #12034

Merged
davidsbatista merged 1 commit into
mainfrom
improve-wfs
Jul 17, 2026
Merged

ci: small improvements to some workflows#12034
davidsbatista merged 1 commit into
mainfrom
improve-wfs

Conversation

@anakin87

@anakin87 anakin87 commented Jul 16, 2026

Copy link
Copy Markdown
Member

Related Issues

I took a look at our workflows and found some optimization/cleaning opportunities

Proposed Changes:

  • stop exposing unused Secrets in workflows
  • skip CodeQL when no Python files are touched
  • skip tests for images and md only changes
  • run Update Platform Components daily instead of on every push on main (Bilge confirmed it's OK)

How did you test it?

CI

Checklist

  • I have read the contributors guidelines and the code of conduct.
  • I have updated the related issue with new insights and changes.
  • I have added unit tests and updated the docstrings.
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I have documented my code.
  • I have added a release note file, following the contributors guidelines.
  • I have run pre-commit hooks and fixed any issue.

@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
haystack-docs Ignored Ignored Jul 16, 2026 4:00pm

Request Review

github.event_name == 'schedule' ||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-slow-tests')) ||
(github.event_name == 'push' && github.ref == 'refs/heads/v[0-9].*[0-9].x') ||
github.event_name == 'push' ||

@anakin87 anakin87 Jul 16, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a wrong expression that never matched and we don't need it since we already have

push:
branches:
# release branches have the form v1.9.x
- "v[0-9].*[0-9].x"

@anakin87 anakin87 self-assigned this Jul 16, 2026
@anakin87
anakin87 marked this pull request as ready for review July 16, 2026 16:06
@anakin87
anakin87 requested a review from a team as a code owner July 16, 2026 16:06
@anakin87
anakin87 requested review from davidsbatista and removed request for a team July 16, 2026 16:06

@davidsbatista davidsbatista left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@davidsbatista
davidsbatista merged commit cc67bbb into main Jul 17, 2026
27 checks passed
@davidsbatista
davidsbatista deleted the improve-wfs branch July 17, 2026 07:30
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.

2 participants