diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 29d665f36..8c2eb9e44 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -167,4 +167,17 @@ jobs: --exclude-mail fail: true env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + + all-ci-checks-pass: + needs: + - cdk-tests + - console-library-tests + - gradle-tests + - link-checker + - python-e2e-tests + - python-lint + runs-on: ubuntu-latest + steps: + - run: | + echo '## :heavy_check_mark: All continous integration checks pass' >> $GITHUB_STEP_SUMMARY