Skip to content

Commit e61c652

Browse files
Copilotfranz1981
andcommitted
Add nightly scheduled tests to detect Loom JDK breaking changes
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
1 parent 229d27b commit e61c652

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/loom-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches: [ "master" ]
99
pull_request:
1010
branches: [ "master" ]
11+
schedule:
12+
# Run nightly at 2:00 AM UTC to detect breaking changes in Loom JDK
13+
- cron: '0 2 * * *'
1114

1215
jobs:
1316
test-with-loom:

0 commit comments

Comments
 (0)