Run automatic CI only on Sundays

This commit is contained in:
Pavel Djundik
2023-06-09 15:36:27 +03:00
committed by GitHub
parent 5b6315c8ca
commit 0122f0f63f

View File

@@ -2,7 +2,7 @@ name: SteamKit2 Continuous Integration
on:
schedule:
- cron: '0 1 * * *'
- cron: '0 1 * * SUN'
workflow_dispatch:
jobs: