Skip to content

Commit 2348347

Browse files
authored
feat(ci): run benchmark test after build step success (#7599)
Signed-off-by: Shreemaan Abhishek <[email protected]>
1 parent be2cc73 commit 2348347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
needs:
9292
- changes
93+
- build
9394
if: ${{ github.event_name != 'pull_request' || needs.changes.outputs.run_test_workflow == 'true' }}
9495
steps:
9596
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)