Skip to content

Commit 0017bf3

Browse files
committed
Add cron test
1 parent fcf924e commit 0017bf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ni-layers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ name: Weekly Native Image Layer Building Tests
4242

4343
on:
4444
schedule:
45-
- cron: "0 0 * * 1" # Once a week at midnight on Monday
45+
#- cron: "0 0 * * 1" # Once a week at midnight on Monday
46+
- cron: "20 * * * *" # At 20 minutes past the hour, for testing purposes
4647
push:
4748
paths:
4849
- '.github/workflows/ni-layers.yml'

0 commit comments

Comments
 (0)