From 392f3a178877c6dddcf21bc4b9c044951deb71a9 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sat, 14 Sep 2024 07:13:16 -0400 Subject: [PATCH] ci: `before` is a top level field --- .github/workflows/ibis-docs-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ibis-docs-main.yml b/.github/workflows/ibis-docs-main.yml index 9b9a41c73f87..68b79eb8bf9b 100644 --- a/.github/workflows/ibis-docs-main.yml +++ b/.github/workflows/ibis-docs-main.yml @@ -39,7 +39,7 @@ jobs: with: # https://docs.github.com/en/webhooks/webhook-events-and-payloads#push # > The SHA of the most recent commit on ref before the push. - key: docs-${{ github.event.push.before }} + key: docs-${{ github.event.before }} path: docs/**/.jupyter_cache - name: run doctests