Skip to content

Commit ce29242

Browse files
JohannJohann
authored andcommitted
ci: fix workflow YAML syntax
1 parent 8f4a5bf commit ce29242

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/hassfest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Hassfest
2-
on: [push, pull_request, schedule: [{cron: "0 0 * * *"}]]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: "0 0 * * *"
37
jobs:
48
validate:
59
runs-on: ubuntu-latest

.github/workflows/validate.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Validate
2-
on: [push, pull_request, schedule: [{cron: "0 0 * * *"}]]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: "0 0 * * *"
37
jobs:
48
validate:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)