Skip to content

Commit

Permalink
💚(project) fix typo in API CI workflow
Browse files Browse the repository at this point in the history
Strings expects single quotes...
  • Loading branch information
jmaupetit committed Dec 5, 2024
1 parent 806cced commit 6f18fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
# Only when a PR is merged and not when this PR has been generated by a bot
update-bench-db:
if: ${{ github.event_name == 'push' && github.actor != "github-actions" }}
if: ${{ github.event_name == 'push' && github.actor != 'github-actions' }}
needs:
- build-api
- bench-api
Expand Down

0 comments on commit 6f18fa4

Please sign in to comment.