Skip to content

Commit 1aeab69

Browse files
committed
Run nightly tests on schedule
Signed-off-by: Natalia Wochtman <natalia.wochtman@intel.com>
1 parent 12a1ce9 commit 1aeab69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: nightly-tests-bare-metal
22
on:
3-
push:
4-
branches:
5-
- nwochtma/nightly-tests
3+
schedule:
4+
- cron: '0 0 * * *' # Every day at midnight UTC
65
env:
76
BUILD_TYPE: 'Release'
87
DPDK_VERSION: '25.03'

0 commit comments

Comments
 (0)