Skip to content

Commit 21965ba

Browse files
committed
fix: remove linux clause from version scanning
1 parent 0d952e8 commit 21965ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
puts YAML.safe_load(Net::HTTP.get(URI(link))).reverse.find {
6262
_1["major_version"] == "${{ matrix.crdb }}" &&
6363
_1["release_type"] == "Production" &&
64-
_1["linux"] && _1["linux"]["linux_intel_fips"] &&
6564
!_1["cloud_only"] &&
6665
!_1["withdrawn"] &&
6766
!_1["release_name"].include?("-") # Pre-release

0 commit comments

Comments
 (0)