Skip to content

Commit 97fa971

Browse files
Chore: Organize github actions pipelines.
1 parent bc5b8b9 commit 97fa971

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pages
1+
name: Demo Sandbox
22

33
on:
44
push:

.github/workflows/native.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Native Builds
2+
13
on:
24
workflow_call:
35

.github/workflows/pipeline.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pipeline
1+
name: Deployment Pipeline
22

33
on:
44
push:
@@ -18,4 +18,10 @@ jobs:
1818
permissions:
1919
contents: write
2020
uses: ./.github/workflows/wasm.yml
21+
secrets: inherit
22+
23+
demo:
24+
permissions:
25+
contents: write
26+
uses: ./.github/workflows/demo.yml
2127
secrets: inherit

.github/workflows/wasm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: WebAssembly Build
2+
13
on:
24
workflow_call:
35

0 commit comments

Comments
 (0)