test-fest/.forgejo/workflows/demo.yaml
Johan Wassberg 902ae90175
All checks were successful
/ better_name (1) (push) Successful in 3s
/ better_name (1.2) (push) Successful in 3s
Improvements
2024-09-10 15:32:46 +02:00

17 lines
295 B
YAML

on:
push:
schedule:
- cron: "*/5 * * * *"
jobs:
better_name:
strategy:
matrix:
package:
- 1.0
- 1.2
runs-on: docker
steps:
- run: echo All {{ matrix.package }}
- uses: actions/checkout@v4
with:
fetch-depth: 0