updates
CICD / Explore-Gitea-Actions (push) Successful in 1m2s Details

This commit is contained in:
Isaac Johnson 2026-06-27 22:04:23 -05:00
parent 0b31dc69d4
commit bc684b526a
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: CICD
run-name: ${{ gitea.actor }} triggered CICD
on: [push]
on:
schedule:
- cron: '0 12 * * *'
push:
jobs:
Explore-Gitea-Actions: