20 lines
385 B
YAML
Executable File
20 lines
385 B
YAML
Executable File
name: OGX-Mini
|
|
on:
|
|
push:
|
|
schedule:
|
|
- cron: "0 6 * * SUN"
|
|
|
|
jobs:
|
|
ogx_mini:
|
|
name: OGX-Mini
|
|
runs-on: ubuntu-latest
|
|
|
|
strategy:
|
|
matrix:
|
|
target: [PI_PICO, PI_PICOW]
|
|
project_name: [OGX-Mini]
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Docker Build
|
|
run: docker build -t github_gitea_checker -f Dockerfile . |