Skip to content

Commit 5f92133

Browse files
committed
github: run CI nightly to test and ensure cache is up to date
1 parent 74beaa7 commit 5f92133

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/github-cxx-qt-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
# SPDX-License-Identifier: MIT OR Apache-2.0
66

77
name: cxx-qt tests
8-
on: [push, pull_request]
8+
on:
9+
push:
10+
pull_request:
11+
schedule:
12+
# Run daily at 01:01
13+
# This ensures CI still works and ensures the cache remains active
14+
- cron: "1 1 * * *"
915
# Cancel any previous runs for the same pull request
1016
concurrency:
1117
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}

0 commit comments

Comments
 (0)