Skip to content

🔧 chore(ci): Add disable-cache option to GitHub Actions workflow #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2025

Conversation

tarampampam
Copy link
Contributor

@tarampampam tarampampam commented Mar 13, 2025

Description

Introduced a new input option disable-cache to the GitHub Actions workflow for Hurl installation. This allows users to control cache usage during the installation process, enhancing flexibility in CI configurations. Updated relevant documentation to reflect this change.

Related issue: #93

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Introduced a new input option `disable-cache` to the GitHub Actions workflow for Hurl installation. This allows users to control cache usage during the installation process, enhancing flexibility in CI configurations. Updated relevant documentation to reflect this change.
Modified the run name in the GitHub Actions workflow to reflect the new cache disabling option. This change enhances clarity in the workflow logs by indicating whether caching is enabled or disabled for each run.
@tarampampam tarampampam marked this pull request as ready for review March 13, 2025 07:43
@tarampampam tarampampam merged commit a6765f7 into master Mar 13, 2025
40 checks passed
@tarampampam tarampampam deleted the feat/disable-cache branch March 13, 2025 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant