From 8c7ee89b2967776da7d76711135cedc7fc29f0a9 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 11 Jan 2024 13:26:06 +0000 Subject: [PATCH] chore [PR-41] use central ci-standards-check template --- .github/workflows/ci-standard-checks.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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