Skip to content

Commit

Permalink
echo ok
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Sep 14, 2023
1 parent 33481cc commit 2d0badf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@ jobs:
shell: 'script -q -e -c "bash {0}"' # required to workaround /dev/tty not being available
run: |
./pr/.github/scripts/compare_iai.sh
bench-success:
if: always()
name: bench success
runs-on: ubuntu-20.04
steps:
# Note: This check is a dummy because we don't have any bench checks enabled.
- run: echo OK.

0 comments on commit 2d0badf

Please sign in to comment.