Test actions cron; 1min intervals
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Successful in 8s

This commit is contained in:
2025-08-19 01:09:52 -04:00
parent bd9895d215
commit f21605ae0a

View File

@ -1,6 +1,9 @@
name: Ansible Code Pipeline
run-name: ${{ gitea.actor }} is running Ansible Code Pipeline
on:
schedule:
- cron: '*/1 * * * *'
push:
branches:
- main