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 0017bf3 commit 830ea13Copy full SHA for 830ea13
.github/workflows/ni-layers.yml
@@ -41,15 +41,15 @@
41
name: Weekly Native Image Layer Building Tests
42
43
on:
44
- schedule:
45
- #- 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'
50
pull_request:
51
52
+ schedule:
+ #- cron: "0 0 * * 1" # Once a week at midnight on Monday
+ - cron: "*/20 * * * *" # Every 20 minutes, for testing purposes
53
54
env:
55
LIBRARY_METADATA_PATH: ${{ github.workspace }}/vm/tests/gh_workflows/NILayerTests
0 commit comments