Skip to content

Commit 1d14c24

Browse files
authored
Change 'kind' from 'all' to 'usable' in integrity test workflow (#266)
1 parent 4a60849 commit 1d14c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: mage-os/github-actions/supported-version@main
2121
with:
22-
kind: all
22+
kind: usable
2323
id: supported-version
2424

2525
integrity-check:

0 commit comments

Comments
 (0)