Skip to content

[javascript] Optimise Github Actions#71

Merged
hayat01sh1da merged 4 commits intomasterfrom
hayat01sh1da/javascript/optimise-github-actions
May 7, 2026
Merged

[javascript] Optimise Github Actions#71
hayat01sh1da merged 4 commits intomasterfrom
hayat01sh1da/javascript/optimise-github-actions

Conversation

@hayat01sh1da
Copy link
Copy Markdown
Owner

@hayat01sh1da hayat01sh1da commented May 7, 2026

1. Problems to Solve

  1. GHA workflows are sequent at present, so the more jobs/steps. the more time to take.
  2. Setup process are redundant, so it is invoked in each job in common.

2. Commit

@hayat01sh1da hayat01sh1da self-assigned this May 7, 2026
@hayat01sh1da hayat01sh1da force-pushed the hayat01sh1da/javascript/optimise-github-actions branch from 9a49c0f to 7129e5d Compare May 7, 2026 19:17
Copy link
Copy Markdown
Owner Author

@hayat01sh1da hayat01sh1da left a comment

Choose a reason for hiding this comment

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

LGTM

@hayat01sh1da hayat01sh1da merged commit 077655c into master May 7, 2026
7 checks passed
@hayat01sh1da hayat01sh1da deleted the hayat01sh1da/javascript/optimise-github-actions branch May 7, 2026 19:27
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