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
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:
@@ -1,8 +1,5 @@
|
|||||||
name: Docs
|
name: Docs
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -12,7 +9,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "Docs/**"
|
- "Docs/**"
|
||||||
- ".github/workflows/**"
|
- ".gitea/workflows/**"
|
||||||
|
|
||||||
#
|
#
|
||||||
jobs:
|
jobs:
|
||||||
@@ -9,7 +9,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "Firmware/**"
|
- "Firmware/**"
|
||||||
- ".github/workflows/**"
|
- ".gitea/workflows/**"
|
||||||
|
|
||||||
#
|
#
|
||||||
jobs:
|
jobs:
|
||||||
@@ -1,10 +1,5 @@
|
|||||||
name: Hardware
|
name: Hardware
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
actions: read
|
|
||||||
checks: write
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -14,7 +9,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "Hardware/**"
|
- "Hardware/**"
|
||||||
- ".github/workflows/**"
|
- ".gitea/workflows/**"
|
||||||
|
|
||||||
#
|
#
|
||||||
jobs:
|
jobs:
|
||||||
Reference in New Issue
Block a user