From 4d15862a268c05a8f4c3673ad13ac964514b1da9 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Thu, 14 Sep 2023 14:20:57 +0100 Subject: [PATCH] revert bench success job --- .github/workflows/bench.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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