Skip to content

Commit

Permalink
Add action run on shorter schedule, for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jormundur00 committed Sep 25, 2024
1 parent 0017bf3 commit 830ea13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ni-layers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 830ea13

Please sign in to comment.