Skip to content

Commit

Permalink
Adding a final status check that we can use to stop merges to the rep…
Browse files Browse the repository at this point in the history
…o without green builds (pulumi#1262)
  • Loading branch information
stack72 committed Aug 11, 2022
1 parent 294e1a9 commit 14d5897
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,22 @@ jobs:
- ubuntu-latest
source-dir:
- testing-unit-ts
status-checks:
if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name
== github.repository
name: Final Status Check
needs:
- dotnet-unit-testing
- go-unit-testing
- python-unit-testing
- ts-unit-testing
- kubernetes
- linting
- providers
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo "Ready for merge"
name: Run Examples Tests From PR
"on":
pull_request:
Expand Down

0 comments on commit 14d5897

Please sign in to comment.