Skip to content

Commit a37d6ee

Browse files
committed
fix workflow... again.
1 parent 540754b commit a37d6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
186186
# Build branch's docs and gallery.
187187
docs:
188-
needs: [check, cached-data]
188+
needs: [check, data-cache]
189189
runs-on: ubuntu-latest
190190
steps:
191191
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)