This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b251cdd optimize: use ubuntu-slim image
b251cdd is described below
commit b251cdd744e5193941ce4f035d81cf306f09fdcd
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Apr 6 08:39:11 2026 -0700
optimize: use ubuntu-slim image
---
.github/workflows/whimsy-daily-check.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/whimsy-daily-check.yml
b/.github/workflows/whimsy-daily-check.yml
index 1fe141f..9c0828f 100644
--- a/.github/workflows/whimsy-daily-check.yml
+++ b/.github/workflows/whimsy-daily-check.yml
@@ -7,7 +7,7 @@ on:
jobs:
whimsy-check:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
steps:
- name: Checkout
uses: actions/checkout@v6