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
|
name: learn-gitea-actions
|
||||||
run-name: ${{ gitea.actor }} is learning Gitea Actions
|
run-name: ${{ gitea.actor }} is learning Gitea Actions
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
schedule:
|
||||||
|
- cron: '0 * 1,15 * *'
|
||||||
env:
|
env:
|
||||||
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
|
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
|
||||||
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
||||||
schedule: cron: '0 * 1,15 * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-bats-version:
|
check-bats-version:
|
||||||
|
|
Loading…
Reference in a new issue