mirror of
https://github.com/sstent/StuTracker.git
synced 2026-02-01 21:42:25 +00:00
Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user