Skip to content
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

Enhance Backup Automation and Documentation #6

Merged
merged 5 commits into from
Jul 27, 2024
Merged

Enhance Backup Automation and Documentation #6

merged 5 commits into from
Jul 27, 2024

Conversation

maxisoft
Copy link
Owner

  • Provides a comprehensive README.md file that details the script's functionality, installation instructions, usage options, and workflow integration.
  • Adds a manual trigger button to the "doit.yml" workflow in GitHub Actions. This allows users to initiate the backup process on demand, offering more flexibility.

**Changes:**

* **Python version change:** Both `.github/workflows/doit.yml` and `.github/workflows/pull.yml` now leverage Python 3.11
* **Improved caching for pip dependencies:** The `cache` step is now conditional on the Python version. This ensures caching only occurs for non-GraalPython environments, optimizing workflow execution time and reducing unnecessary storage usage.
- Added `workflow_dispatch` event to `.github/workflows/doit.yml` and `.github/workflows/pull.yml` to enable manual triggering of workflows from the GitHub Actions page.
@maxisoft maxisoft self-assigned this Jul 27, 2024
@maxisoft maxisoft merged commit caa9e8e into main Jul 27, 2024
6 checks passed
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