We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5345658 commit 742d238Copy full SHA for 742d238
1 file changed
.github/workflows/update-data-json.yml
@@ -68,7 +68,7 @@ jobs:
68
# Post to Bluesky based on R output, after site built
69
post_bluesky:
70
runs-on: ubuntu-latest
71
- needs: check_data
+ needs: [check_data, build_site]
72
if: ${{ needs.check_data.outputs.POST_BSKY == 'true' && needs.check_data.outputs.COMMIT_CHANGES == 'true' }}
73
steps:
74
- name: Set up end of post text
0 commit comments