Stop building on a timer

This commit is contained in:
traxys 2024-03-11 13:11:28 +01:00
parent 737a33a03f
commit e0b92d3118

View file

@ -2,8 +2,6 @@ name: "Build"
on:
push:
workflow_dispatch:
schedule:
- cron: '0 12 * * SUN' # runs weekly on Sunday at 12:00
jobs:
tests: