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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# https://crontab.guru/every-day # https://crontab.guru/every-day
- cron: "30 * * * *" - cron: "/30 * * * *"
jobs: jobs:
writeData: writeData:
runs-on: ubuntu-latest runs-on: ubuntu-latest