Disable cron (#6)

This commit is contained in:
Igor Pečovnik
2023-04-18 10:51:02 +02:00
committed by GitHub
parent 5c4126a366
commit d082a65ca0

View File

@@ -1,8 +1,8 @@
name: Make kernel cache
on:
schedule:
- cron: '0 */8 * * *' # Scheduled every 8 hours
# schedule:
# - cron: '0 */8 * * *' # Scheduled every 8 hours
workflow_dispatch:
jobs: