Skip to content

Commit

Permalink
Restore CI condition for db update PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Dec 2, 2024
1 parent 8d5914c commit 2eccecb
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 @@ -190,7 +190,7 @@ jobs:
# Only when a PR is merged
update-bench-db:
# if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
needs:
- build-api
- bench-api
Expand Down

0 comments on commit 2eccecb

Please sign in to comment.