We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf924e commit 0017bf3Copy full SHA for 0017bf3
.github/workflows/ni-layers.yml
@@ -42,7 +42,8 @@ name: Weekly Native Image Layer Building Tests
42
43
on:
44
schedule:
45
- - cron: "0 0 * * 1" # Once a week at midnight on Monday
+ #- cron: "0 0 * * 1" # Once a week at midnight on Monday
46
+ - cron: "20 * * * *" # At 20 minutes past the hour, for testing purposes
47
push:
48
paths:
49
- '.github/workflows/ni-layers.yml'
0 commit comments