diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 872a5ebfdbfc0..05cd440ce18ed 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -58,3 +58,14 @@ 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 + needs: bench-check + runs-on: ubuntu-20.04 + steps: + - name: Decide whether the needed jobs succeeded or failed + uses: re-actors/alls-green@release/v1 + with: + jobs: ${{ toJSON(needs) }} \ No newline at end of file