diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1f9dc096b71..818c3dbe0514 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -249,4 +249,14 @@ jobs: gn-build-type: testing generate-symbols: false upload-to-storage: '0' - secrets: inherit \ No newline at end of file + secrets: inherit + + gha-done: + name: GitHub Actions Completed + runs-on: ubuntu-latest + needs: [docs-only, macos-x64, macos-arm64, linux-x64, linux-x64-asan, linux-arm, linux-arm64] + if: always() && !contains(needs.*.result, 'failure') + steps: + - name: GitHub Actions Jobs Done + run: | + echo "All GitHub Actions Jobs are done"