Skip to content

Add build-node-packages workflow to main#16

Merged
JackStrohm-asana merged 1 commit intomainfrom
add-build-node-packages-workflow
Mar 5, 2026
Merged

Add build-node-packages workflow to main#16
JackStrohm-asana merged 1 commit intomainfrom
add-build-node-packages-workflow

Conversation

@JackStrohm-asana
Copy link

Summary

  • Adds .github/workflows/build-node-packages.yml to main so that workflow_dispatch works on feature branches
  • GitHub requires a workflow with workflow_dispatch to exist on the default branch (main) before it can be manually triggered on other branches

Test plan

  • Merge this PR
  • Re-run gh workflow run build-node-packages.yml --repo asana/node --ref v22.21.1-profiler — should succeed

🤖 Generated with Claude Code

mkdir -p ./bcrypt@5.1.0/node_modules
mkdir -p ./cld@2.9.1/node_modules
mkdir -p ./unix-dgram@2.0.6/node_modules
mkdir -p "./@datadog+pprof@5.8.0/node_modules/@datadog"

Choose a reason for hiding this comment

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

Ah I see you need to explicitly add it here.

@JackStrohm-asana JackStrohm-asana merged commit 1ed9d2d into main Mar 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants