Skip to content

Commit c098aae

Browse files
patch: replace balenaCI with flowzone
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent 134c100 commit c098aae

File tree

2 files changed

+649
-105
lines changed

2 files changed

+649
-105
lines changed

.github/workflows/flowzone.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Flowzone
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, closed]
6+
branches:
7+
- "main"
8+
- "master"
9+
10+
jobs:
11+
flowzone:
12+
name: Flowzone
13+
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14+
secrets: inherit
15+
with:
16+
balena_slugs: balena_io_examples/balena-nodejs-hello-world

0 commit comments

Comments
 (0)