Update main.yml

This commit is contained in:
2024-06-03 16:22:43 -04:00
committed by GitHub
parent 6525be5b2d
commit 88638073a5

View File

@@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
# https://crontab.guru/every-day
- cron: "/30 * * * *"
- cron: "*/30 * * * *"
jobs:
writeData:
runs-on: ubuntu-latest