Skip to content

🩹 [Patch]: Remove redundant actions #170

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 6 commits into from
Jun 1, 2025
Merged

🩹 [Patch]: Remove redundant actions #170

merged 6 commits into from
Jun 1, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Jun 1, 2025

Description

This pull request simplifies the workflow configuration by removing the Initialize-PSModule step from two GitHub Actions workflows. This change reduces redundancy and streamlines the build and artifact download processes.

Workflow updates:

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@Copilot Copilot AI review requested due to automatic review settings June 1, 2025 21:14
@MariusStorhaug MariusStorhaug requested a review from a team as a code owner June 1, 2025 21:14
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes redundant "Initialize environment" actions from the GitHub workflow files to streamline the CI process.

  • Removed the duplicated "Initialize environment" step from .github/workflows/workflow.yml.
  • Removed the duplicated "Initialize environment" step from .github/workflows/Build-Module.yml.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/workflow.yml Removed the redundant "Initialize environment" action
.github/workflows/Build-Module.yml Removed the redundant "Initialize environment" action

@MariusStorhaug MariusStorhaug self-assigned this Jun 1, 2025
@MariusStorhaug MariusStorhaug merged commit f5eba0b into main Jun 1, 2025
100 checks passed
@MariusStorhaug MariusStorhaug deleted the removeInit branch June 1, 2025 23:39
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