Skip to content

Commit 99fede0

Browse files
rename build workflows for clarity
- Build Node -> Build Node (Standard) - Build Node with FIPS-enabled OpenSSL -> Build Node (FIPS) - Build node-fibers with prebuilt Node -> Build Custom Fibers - Build node-packages with prebuilt Node -> Build Node-Packages Also updated workflow_run triggers to reference new name. Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
1 parent 18a6979 commit 99fede0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-node-fibers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build node-fibers with prebuilt Node
1+
name: Build Custom Fibers
22

33
on:
44
workflow_dispatch:
55
workflow_run:
6-
workflows: ["Build Node"]
6+
workflows: ["Build Node (Standard)"]
77
types:
88
- completed
99
branches:

.github/workflows/build-node-openssl-fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Node with FIPS-enabled OpenSSL
1+
name: Build Node (FIPS)
22

33
on:
44
workflow_dispatch:

.github/workflows/build-node-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build node-packages with prebuilt Node
1+
name: Build Node-Packages
22

33
on:
44
workflow_dispatch:
55
workflow_run:
6-
workflows: ["Build Node"]
6+
workflows: ["Build Node (Standard)"]
77
types:
88
- completed
99
branches:

.github/workflows/build-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Node
1+
name: Build Node (Standard)
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)