mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
github: Update workflows.
* Disable fast fail. * Add dependabot config.
This commit is contained in:
parent
92325b9b9a
commit
9c1a08f46f
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Set update schedule for GitHub Actions
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
# Check for updates to GitHub Actions every weekday
|
||||||
|
interval: "daily"
|
1
.github/workflows/firmware.yml
vendored
1
.github/workflows/firmware.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: [OPENMV2, OPENMV3, OPENMV4, OPENMV4P, PORTENTA, OPENMVPT, NICLAV, NANO33, ARDUINO_NANO_RP2040_CONNECT]
|
target: [OPENMV2, OPENMV3, OPENMV4, OPENMV4P, PORTENTA, OPENMVPT, NICLAV, NANO33, ARDUINO_NANO_RP2040_CONNECT]
|
||||||
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: '⏳ Checkout repository'
|
- name: '⏳ Checkout repository'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user