[PR #1776] [MERGED] Fix cache key inconsistency and typo in 'Compile examples' GitHub Actions workflow #1828

Closed
opened 2026-02-28 02:13:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1776
Author: @anilrajrimal1
Created: 11/8/2024
Status: Merged
Merged: 12/11/2024
Merged by: @tablatronix

Base: masterHead: feat/optimize-cache-keys


📝 Commits (1)

  • ad651ae fix(compile_example.yaml): Fix cache key inconsistency and correct typo in 'Compile examples' workflow

📊 Changes

1 file changed (+21 additions, -8 deletions)

View changed files

📝 .github/workflows/compile_examples.yaml (+21 -8)

📄 Description

Changes:

  • Aligned cache keys for esp8266 and esp32 jobs to use ${{ github.ref }} in the key, improving cache consistency across branches.
  • Fixed a typo in the Install 3rd party dependencies step (dependeciesdependencies).

These changes ensure more efficient caching and fix a minor issue in the workflow.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1776 **Author:** [@anilrajrimal1](https://github.com/anilrajrimal1) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `master` ← **Head:** `feat/optimize-cache-keys` --- ### 📝 Commits (1) - [`ad651ae`](https://github.com/tzapu/WiFiManager/commit/ad651aec7c1b895a9a447d30b54aa90f72ff34a3) fix(compile_example.yaml): Fix cache key inconsistency and correct typo in 'Compile examples' workflow ### 📊 Changes **1 file changed** (+21 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/compile_examples.yaml` (+21 -8) </details> ### 📄 Description ### Changes: - Aligned cache keys for `esp8266` and `esp32` jobs to use `${{ github.ref }}` in the key, improving cache consistency across branches. - Fixed a typo in the `Install 3rd party dependencies` step (`dependecies` → `dependencies`). These changes ensure more efficient caching and fix a minor issue in the workflow. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:13:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1828
No description provided.