Remove cron from double snapshots

This commit is contained in:
Chris H
2024-11-09 18:18:23 -05:00
parent 1fd6da4813
commit bc3c847332

View File

@@ -8,9 +8,6 @@ on:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 18 * * *'
jobs:
build: