Skip to content

Commit 830ea13

Browse files
committed
Add action run on shorter schedule, for testing purposes
1 parent 0017bf3 commit 830ea13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ni-layers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
name: Weekly Native Image Layer Building Tests
4242

4343
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
4744
push:
4845
paths:
4946
- '.github/workflows/ni-layers.yml'
5047
pull_request:
5148
paths:
5249
- '.github/workflows/ni-layers.yml'
50+
schedule:
51+
#- cron: "0 0 * * 1" # Once a week at midnight on Monday
52+
- cron: "*/20 * * * *" # Every 20 minutes, for testing purposes
5353

5454
env:
5555
LIBRARY_METADATA_PATH: ${{ github.workspace }}/vm/tests/gh_workflows/NILayerTests

0 commit comments

Comments
 (0)