mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 20:50:43 -05:00
Update .gitea/workflows/learn-gitea.actions.yml
This commit is contained in:
parent
bd0a108ed3
commit
769c8f0304
1 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue