Skip to content

Commit 2ffac69

Browse files
authored
Run CI nightly
1 parent e917e06 commit 2ffac69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
schedule:
9+
# Run CI nightly (midnight)
10+
- cron: "0 0 * * *"
811

912
# Allows you to run this workflow manually from the Actions tab
1013
workflow_dispatch:

0 commit comments

Comments
 (0)