Various github workflow fixes.

This commit is contained in:
Dermot Duffy
2023-04-29 15:19:12 -07:00
parent bd4866669a
commit 8f75799a0d
4 changed files with 15 additions and 1 deletions
+10
View File
@@ -33,6 +33,16 @@ Provide details about what browser (and version) you are seeing the issue in. An
Explain what the issue is, and how things should look/behave. If possible provide a screenshot with a description. Explain what the issue is, and how things should look/behave. If possible provide a screenshot with a description.
--> -->
**Frigate card diagnostic information**
<!--
On the card, hold down the Frigate menu button for a few seconds then paste the diagnostics below:
-->
```json
```
**Javascript errors shown in the web inspector (if applicable):** **Javascript errors shown in the web inspector (if applicable):**
``` ```
+1
View File
@@ -5,3 +5,4 @@ updates:
directory: / directory: /
schedule: schedule:
interval: daily interval: daily
target-branch: "dev"
+3
View File
@@ -64,3 +64,6 @@
- name: wontfix - name: wontfix
description: This will not be worked on description: This will not be worked on
color: ffffff color: ffffff
- name: votes needed
description: Vote for this feature to encourage prioritization!
color: e2ed82
+1 -1
View File
@@ -5,7 +5,7 @@ on:
push: push:
branches: branches:
- main - main
- release-* - dev
pull_request: pull_request:
schedule: schedule:
- cron: "17 6 * * *" - cron: "17 6 * * *"