Skip to content

Commit

Permalink
ci: before is a top level field
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 14, 2024
1 parent 45cf899 commit 392f3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 392f3a1

Please sign in to comment.