Skip to content

Commit 742d238

Browse files
committed
post action needs
1 parent 5345658 commit 742d238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-data-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# Post to Bluesky based on R output, after site built
6969
post_bluesky:
7070
runs-on: ubuntu-latest
71-
needs: check_data
71+
needs: [check_data, build_site]
7272
if: ${{ needs.check_data.outputs.POST_BSKY == 'true' && needs.check_data.outputs.COMMIT_CHANGES == 'true' }}
7373
steps:
7474
- name: Set up end of post text

0 commit comments

Comments
 (0)