Skip to content

Commit

Permalink
Add a sentinel job to make gating checks easier
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Jul 8, 2024
1 parent e7ba319 commit 221c102
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,14 @@ jobs:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_API: https://api.pulumi-staging.io
INFRA_STACK_NAME: ${{ github.sha }}-${{ github.run_number }}

sentinel:
runs-on: ubuntu-latest
needs:
- lint-ts
- unit-ts
- unit-py
- unit-go
- unit-dotnet
- providers
- kubernetes

0 comments on commit 221c102

Please sign in to comment.