See if CI/CD will work
Some checks failed
Docs / Build Docs (pull_request) Failing after 48s
Docs / Publish Docs (pull_request) Has been skipped
Firmware / Firmware Builder (pull_request) Failing after 56s
Firmware / Delinter (pull_request) Failing after 31s
Hardware / KiCad Hardware (pull_request) Failing after 8m25s
Hardware / Publish (pull_request) Has been skipped
Hardware / Dev-Publish (pull_request) Has been skipped

This commit is contained in:
2024-01-02 14:40:29 -05:00
parent c13a39c500
commit 4015a6ee80
3 changed files with 3 additions and 11 deletions

View File

@@ -1,8 +1,5 @@
name: Docs
permissions:
contents: write
on:
push:
branches:
@@ -12,7 +9,7 @@ on:
pull_request:
paths:
- "Docs/**"
- ".github/workflows/**"
- ".gitea/workflows/**"
#
jobs:

View File

@@ -9,7 +9,7 @@ on:
pull_request:
paths:
- "Firmware/**"
- ".github/workflows/**"
- ".gitea/workflows/**"
#
jobs:

View File

@@ -1,10 +1,5 @@
name: Hardware
permissions:
contents: write
actions: read
checks: write
on:
push:
branches:
@@ -14,7 +9,7 @@ on:
pull_request:
paths:
- "Hardware/**"
- ".github/workflows/**"
- ".gitea/workflows/**"
#
jobs: