Update main.yml

This commit is contained in:
2024-06-03 16:16:19 -04:00
committed by GitHub
parent 625e0a9343
commit becab7594d

View File

@@ -1,9 +1,9 @@
name: Grab NYT Sudoku
name: Grab latest KML file
on:
workflow_dispatch:
schedule:
# https://crontab.guru/every-day
- cron: "30 * * * *"
- cron: "/30 * * * *"
jobs:
writeData:
runs-on: ubuntu-latest