Skip to content

Commit 7941362

Browse files
JohnAZoidbergamstan
andcommitted
fwk: Remove hx40 action, run hx30 on all branches
hx40 does not have its own firmware, it's the same as hx30, no need to build separately. Necessary to update the branch rules because we renamed the branch. Remove pull_request trigger to avoid building every push twice. TEST=should build hx20 and hx30 on github actions Co-authored-by: Alexandru Stan <[email protected]> Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 553827c commit 7941362

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

.github/workflows/hx20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build hx20 firmware
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on: [push, workflow_dispatch]
44

55
jobs:
66
build:

.github/workflows/hx30.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: build hx30 firmware
22

3-
on:
4-
push:
5-
branches:
6-
- hx3*
7-
- hx20-hx30*
8-
pull_request:
9-
branches:
10-
- hx20-hx30
11-
workflow_dispatch:
3+
on: [push, workflow_dispatch]
124

135
jobs:
146
build:

.github/workflows/hx40.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)