From 830ea1324c622eb6d7fe1518cf83ada6fa3e985c Mon Sep 17 00:00:00 2001 From: jvukicev Date: Wed, 25 Sep 2024 09:44:06 +0200 Subject: [PATCH] Add action run on shorter schedule, for testing purposes --- .github/workflows/ni-layers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ni-layers.yml b/.github/workflows/ni-layers.yml index 300d6469c441..807e37d2c16f 100644 --- a/.github/workflows/ni-layers.yml +++ b/.github/workflows/ni-layers.yml @@ -41,15 +41,15 @@ name: Weekly Native Image Layer Building Tests on: - schedule: - #- cron: "0 0 * * 1" # Once a week at midnight on Monday - - cron: "20 * * * *" # At 20 minutes past the hour, for testing purposes push: paths: - '.github/workflows/ni-layers.yml' pull_request: paths: - '.github/workflows/ni-layers.yml' + schedule: + #- cron: "0 0 * * 1" # Once a week at midnight on Monday + - cron: "*/20 * * * *" # Every 20 minutes, for testing purposes env: LIBRARY_METADATA_PATH: ${{ github.workspace }}/vm/tests/gh_workflows/NILayerTests