From cd2ce7449dd4658fa831a3267d4d7b262e0fb127 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 13 Jul 2023 18:04:40 +0200 Subject: [PATCH] Rename invalidations CI test (#919) In some parts of the GitHub UI, only 'evaluate' is showing, which is not helpful. A more meaningful name alleviates this problem. --- .github/workflows/Invalidations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Invalidations.yml b/.github/workflows/Invalidations.yml index 9aa4742c5..4021410a0 100644 --- a/.github/workflows/Invalidations.yml +++ b/.github/workflows/Invalidations.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true jobs: - evaluate: + compare-invalidations: # Only run on PRs to the default branch. # In the PR trigger above branches can be specified only explicitly whereas this check should work for master, main, or any other default branch if: github.base_ref == github.event.repository.default_branch