Skip to content
Snippets Groups Projects
Unverified Commit 4cf15919 authored by trop[bot]'s avatar trop[bot] Committed by GitHub
Browse files

build: add new status to verify if all the required gha jobs have run (#44432)

(cherry picked from commit 1c1eb3e1

)

Co-authored-by: default avatarJohn Kleinschmidt <jkleinsc@electronjs.org>
......@@ -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"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment