We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d952e8 commit 21965baCopy full SHA for 21965ba
.github/workflows/ci.yml
@@ -61,7 +61,6 @@ jobs:
61
puts YAML.safe_load(Net::HTTP.get(URI(link))).reverse.find {
62
_1["major_version"] == "${{ matrix.crdb }}" &&
63
_1["release_type"] == "Production" &&
64
- _1["linux"] && _1["linux"]["linux_intel_fips"] &&
65
!_1["cloud_only"] &&
66
!_1["withdrawn"] &&
67
!_1["release_name"].include?("-") # Pre-release
0 commit comments