From 7323d71136f6dc801788f15e2dc5dfd1d5051309 Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Fri, 24 Oct 2025 23:36:24 -0400 Subject: [PATCH] Change 'kind' from 'all' to 'usable' in integrity test workflow --- .github/workflows/integrity-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index 47dbd67..24fc8ee 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: mage-os/github-actions/supported-version@main with: - kind: all + kind: usable id: supported-version integrity-check: