Remove TODOs from workflows. (#35)

* Remove TODOs from workflows.

* Remove TODO in test-cache.yml
This commit is contained in:
Mieszko Grodzicki 2023-04-08 16:19:56 +02:00 committed by GitHub
parent 461983b3bb
commit 43d6c89249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 18 deletions

View file

@ -1,11 +1,7 @@
name: Smoke test the action name: Smoke test the action
# Assumes that the latest published normal version of `ref_slice` smaller # Assumes that the latest published normal version of `ref_slice` not greater
# than 1.2.2 is 1.2.1. # than 1.2.1 is 1.2.1 itself.
# 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.
on: on:
workflow_call: workflow_call:

View file

@ -1,11 +1,7 @@
name: Test rustdoc caching name: Test rustdoc caching
# Assumes that the latest published normal version of `ref_slice` smaller # Assumes that the latest published normal version of `ref_slice` not greater
# than 1.2.2 is 1.2.1. # than 1.2.1 is 1.2.1 itself.
# 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.
on: on:
workflow_call: workflow_call:

View file

@ -1,11 +1,7 @@
name: Test action inputs name: Test action inputs
# Assumes that the latest published normal version of `ref_slice` smaller # Assumes that the latest published normal version of `ref_slice` not greater
# than 1.2.2 is 1.2.1. # than 1.2.1 is 1.2.1 itself.
# 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.
on: on:
workflow_call: workflow_call: