We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e917e06 commit 2ffac69Copy full SHA for 2ffac69
.github/workflows/c-cpp.yml
@@ -5,6 +5,9 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
+ schedule:
9
+ # Run CI nightly (midnight)
10
+ - cron: "0 0 * * *"
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments