From 43d6c8924946a38ebead38a24e1c53206fa25cf2 Mon Sep 17 00:00:00 2001 From: Mieszko Grodzicki Date: Sat, 8 Apr 2023 16:19:56 +0200 Subject: [PATCH] Remove TODOs from workflows. (#35) * Remove TODOs from workflows. * Remove TODO in test-cache.yml --- .github/workflows/test-action.yml | 8 ++------ .github/workflows/test-cache.yml | 8 ++------ .github/workflows/test-inputs.yml | 8 ++------ 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 2c1ba31..d96b691 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -1,11 +1,7 @@ name: Smoke test the action -# Assumes that the latest published normal version of `ref_slice` smaller -# than 1.2.2 is 1.2.1. -# TODO: Change the crate version in the corresponding branches `patch_change` -# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted. -# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might -# stop working correctly. +# Assumes that the latest published normal version of `ref_slice` not greater +# than 1.2.1 is 1.2.1 itself. on: workflow_call: diff --git a/.github/workflows/test-cache.yml b/.github/workflows/test-cache.yml index f3acc5c..68d6696 100644 --- a/.github/workflows/test-cache.yml +++ b/.github/workflows/test-cache.yml @@ -1,11 +1,7 @@ name: Test rustdoc caching -# Assumes that the latest published normal version of `ref_slice` smaller -# than 1.2.2 is 1.2.1. -# TODO: Change the crate version in the corresponding branches `patch_change` -# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted. -# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might -# stop working correctly. +# Assumes that the latest published normal version of `ref_slice` not greater +# than 1.2.1 is 1.2.1 itself. on: workflow_call: diff --git a/.github/workflows/test-inputs.yml b/.github/workflows/test-inputs.yml index bc3fe3b..eac763b 100644 --- a/.github/workflows/test-inputs.yml +++ b/.github/workflows/test-inputs.yml @@ -1,11 +1,7 @@ name: Test action inputs -# Assumes that the latest published normal version of `ref_slice` smaller -# than 1.2.2 is 1.2.1. -# TODO: Change the crate version in the corresponding branches `patch_change` -# and `major_change` to 1.2.1 once new logic of choosing baseline is adapted. -# Otherwise if new version 1.2.2 of `ref_slice` is released, the tests might -# stop working correctly. +# Assumes that the latest published normal version of `ref_slice` not greater +# than 1.2.1 is 1.2.1 itself. on: workflow_call: