diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index 8e5cd574a..338ea7311 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -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