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

Build/force release #2284

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Build/force release #2284

merged 2 commits into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. 🔧 (main.yml): simplify workflow dispatch inputs and remove redundant …

    …change detection
    
    The workflow dispatch inputs are simplified by consolidating `ForceHasChanged_src` and `ForceHasChanged_docs` into a single `ForceRelease` input. This reduces complexity and makes the workflow easier to manage. The redundant change detection logic for `src`, `docs`, and `automation` folders is removed, streamlining the workflow and focusing on the essential release conditions.
    MrHinsh committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7e5d2c0 View commit details
    Browse the repository at this point in the history
  2. 🔧 (main.yml): remove unused environment variables from GitHub Actions…

    … workflow
    
    The variables `nkdAgility_HasChanged_src`, `nkdAgility_HasChanged_docs`, and `nkdAgility_HasChanged_automation` are removed as they are no longer needed. This cleanup reduces clutter and potential confusion in the workflow configuration.
    MrHinsh committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b260f92 View commit details
    Browse the repository at this point in the history