From 07418a1384f584e23fa54edbee9a9ed81a541f03 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 17 Oct 2024 00:08:17 +0200 Subject: [PATCH] Update Invalidations.yml --- .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 4d0004e8..9aa4742c 100644 --- a/.github/workflows/Invalidations.yml +++ b/.github/workflows/Invalidations.yml @@ -30,7 +30,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-invalidations@v1 id: invs_default - + - name: Report invalidation counts run: | echo "Invalidations on default branch: ${{ steps.invs_default.outputs.total }} (${{ steps.invs_default.outputs.deps }} via deps)" >> $GITHUB_STEP_SUMMARY