Update .gitea/workflows/learn-gitea.actions.yml

This commit is contained in:
Mike 2023-08-02 02:23:29 +00:00
parent bd0a108ed3
commit 769c8f0304

View file

@ -1,10 +1,14 @@
name: learn-gitea-actions
run-name: ${{ gitea.actor }} is learning Gitea Actions
on: [push]
on:
push:
branches: [main]
schedule:
- cron: '0 * 1,15 * *'
env:
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
schedule: cron: '0 * 1,15 * *'
jobs:
check-bats-version: