build: run every fifteen minutes

This commit is contained in:
Thomas Adam
2026-07-13 09:27:05 +01:00
parent e6eb26518b
commit d03de4986a

View File

@@ -3,7 +3,7 @@ name: Update OpenBSD tmux and portable
on:
workflow_dispatch:
schedule:
- cron: "17 3 * * *"
- cron: "*/15 * * * *"
permissions:
contents: write