Run automatic CI only on Sundays

pull/534/head
Pavel Djundik 2 years ago committed by GitHub
parent 5b6315c8ca
commit 0122f0f63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save