diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml index 0f58bf4..7bbf256 100644 --- a/.github/workflows/ci-standard-checks.yml +++ b/.github/workflows/ci-standard-checks.yml @@ -14,16 +14,4 @@ on: - main jobs: ci-standard-checks: - runs-on: - - self-hosted - - automated-checks-ephemeral - steps: - - name: Check Out Source Code - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: CI Standard Checks - uses: Typeform/ci-standard-checks@v1 - with: - githubToken: ${{ secrets.GITHUB_TOKEN }} - skipChecks: required-typescript + uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1 diff --git a/CODEOWNERS b/CODEOWNERS index 39a1638..e324b6a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @Typeform/product-infrastructure +* @Typeform/platform-infra