Closed AliSajid closed 1 month ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @AliSajid and the rest of your teammates on Graphite
1 assignee was added to this PR based on Ali Sajid Imami's automation.
AliSajid
added this pull request to the Graphite merge queue.AliSajid
added this pull request to the Graphite merge queue.AliSajid
added this pull request to the Graphite merge queue.AliSajid
added this pull request to the Graphite merge queue.AliSajid
merged this pull request with the Graphite merge queue.
TL;DR
Implemented CI optimization and updated package version.
What changed?
optimize_ci
job to all GitHub Actions workflows.optimize_ci
job uses thewithgraphite/graphite-ci-action@main
action to determine if subsequent jobs can be skipped.optimize_ci
and only run if not skipped.How to test?
optimize_ci
job runs successfully.optimize_ci
determines they shouldn't be skipped.Why make this change?
This change aims to optimize CI/CD processes by potentially skipping unnecessary job runs, which can save time and computational resources. The version update ensures proper tracking of package iterations.