Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Dec 5, 2024
1 parent 216b8f5 commit ed42ff6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blog/_posts/2024-12-02-ucacher.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ categories:
- githubactions
---

# Ucacher: Speeding up GitHub Actions via syscall instrumentation

Traditional CI/CD workflows, particularly in GitHub Actions, rely on manually configured caching and skipping techniques to reduce redundancy and improve efficiency. While effective in basic scenarios, these methods often fall short in handling complex workflows, requiring developers to manage cache keys, paths, and conditional logic manually prone to errors and inefficiencies.

In this post, we’ll explore the current standard for implementing caching and skipping in GitHub Actions, to later on introduce Ucacher, a tool we’ve recently developed to automate these tasks at the command level, removing the need for manual setup and delivering greater precision.
Expand Down

0 comments on commit ed42ff6

Please sign in to comment.