Skip to content

Commit

Permalink
Add cron test
Browse files Browse the repository at this point in the history
  • Loading branch information
jormundur00 committed Sep 25, 2024
1 parent 05eae93 commit 4b3508e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ni-layers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ name: Weekly Native Image Layer Building Tests

on:
schedule:
- cron: "0 0 * * 1" # Once a week at midnight on Monday
#- 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'
Expand Down

0 comments on commit 4b3508e

Please sign in to comment.