Skip to content

refactor: simplify CI workflow by removing unnecessary HEAD and base#87

Merged
codedesignplus merged 1 commit intodevfrom
feature/change-run-many
Feb 6, 2025
Merged

refactor: simplify CI workflow by removing unnecessary HEAD and base#87
codedesignplus merged 1 commit intodevfrom
feature/change-run-many

Conversation

@codedesignplus
Copy link
Collaborator

This pull request includes changes to the CI workflow configuration in the .github/workflows/ci.yaml file. The main focus is to simplify the commands by removing unnecessary parameters.

Simplifications to CI workflow:

  • Removed the --head=HEAD --base=remotes/origin/main~1 parameters from the npx nx show projects --affected command for the "Run Affected Main" and "Run Affected" steps.
  • Removed the --head=HEAD --base=remotes/origin/main~1 parameters from the npx nx run-many command for the "Run SonarQube Main", ".Net Pack Main", ".Net Push GitHub Package Main", and ".Net Push NuGet Package Main" steps.
  • Removed the --head=HEAD --base=remotes/origin/main parameters from the npx nx run-many command for the "Run SonarQube", ".Net Pack", ".Net Push GitHub Package", and ".Net Push NuGet Package" steps for RC and Beta branches.

@codedesignplus codedesignplus merged commit f467c13 into dev Feb 6, 2025
1 of 2 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