Skip to content

Commit 89582b4

Browse files
committed
New workflows
1 parent 3d889b8 commit 89582b4

File tree

3 files changed

+9
-36
lines changed

3 files changed

+9
-36
lines changed

.github/workflows/cron.yml

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

.github/workflows/hacs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
name: HACS Action
1212
runs-on: "ubuntu-latest"
1313
steps:
14-
- uses: "actions/checkout@v2"
1514
- name: HACS Action
1615
uses: "hacs/action@main"
1716
with:
18-
category: "integration"
19-
ignore: brands
17+
category: "integration"

.github/workflows/hassfest.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
name: Test hassfest
1+
name: Validate with hassfest
22

33
on:
4-
pull_request:
5-
branches: ["master"]
64
push:
7-
branches: ["master"]
5+
pull_request:
6+
schedule:
7+
- cron: '0 0 * * *'
88

99
jobs:
10-
hassfest:
11-
runs-on: ubuntu-latest
12-
name: hassfest
10+
validate:
11+
runs-on: "ubuntu-latest"
1312
steps:
14-
- name: Check out the repository
15-
uses: actions/checkout@v2
16-
17-
- name: Test hassfest
18-
uses: home-assistant/actions/hassfest@master
13+
- uses: "actions/checkout@v4"
14+
- uses: "home-assistant/actions/hassfest@master"

0 commit comments

Comments
 (0)