Skip to content

Commit

Permalink
Fix run-scraper condition always returning true
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 4, 2024
1 parent 95a79b6 commit 94866d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

run-scraper:
needs: [build, deploy]
if: ${{ needs.build.outputs.run-scraper }}
if: ${{ needs.build.outputs.run-scraper == 'true' }}
runs-on: ubuntu-latest
environment:
name: algolia
Expand Down

0 comments on commit 94866d6

Please sign in to comment.