5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-19 11:04:08 +00:00

Run update-known-checksums every night (#273)

This commit is contained in:
Kevin Stillhammer
2025-02-06 08:45:58 +01:00
committed by GitHub
parent 61ee7954c6
commit f95cd8710c

View File

@@ -1,6 +1,8 @@
name: "Update known checksums" name: "Update known checksums"
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: "0 4 * * *" # Run every day at 4am UTC
jobs: jobs:
build: build: