Skip to content

Commit

Permalink
💚(project) rollback inefficient changes
Browse files Browse the repository at this point in the history
Filtering on the actor (with this username) is not working...
  • Loading branch information
jmaupetit committed Dec 5, 2024
1 parent 9c5fe33 commit 94ce391
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,11 @@ jobs:
});
});
# Only when a PR is merged and not when this PR has been generated by a bot
# Only when a PR is merged
#
# FIXME and not when this PR has been generated by a bot to prevent CI inception
update-bench-db:
if: ${{ github.event_name == 'push' && github.actor != 'github-actions' }}
if: ${{ github.event_name == 'push' }}
needs:
- build-api
- bench-api
Expand Down

0 comments on commit 94ce391

Please sign in to comment.