Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsaw authored Sep 30, 2023
1 parent 7dd4a0a commit 0d29c60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ on:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
schedule:
- cron: '0 0 * * *'
# Disable scheduled runs.
# There is not enough change in the repo to justify a nightly build
# Also it fails. See https://github.com/opendatacam/darknet/actions/runs/6358752191/job/17271328562
# schedule:
# - cron: '0 0 * * *'

env:
VCPKG_BINARY_SOURCES: 'clear;nuget,vcpkgbinarycache,readwrite'
Expand Down

0 comments on commit 0d29c60

Please sign in to comment.