From 973002fc2c055112ca448b4b0a85e8bf491b3e1c Mon Sep 17 00:00:00 2001 From: Miquel Arranz Date: Thu, 11 Jan 2024 11:17:06 +0100 Subject: [PATCH] feat(PR-41) update the CI standard checks template --- workflow-templates/ci-standard-checks.yml | 27 +++++++---------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/workflow-templates/ci-standard-checks.yml b/workflow-templates/ci-standard-checks.yml index d2e5877..3726a5c 100644 --- a/workflow-templates/ci-standard-checks.yml +++ b/workflow-templates/ci-standard-checks.yml @@ -4,26 +4,15 @@ on: branches: - main pull_request: - types: [opened, edited, synchronize, reopened] + types: + - opened + - edited + - synchronize + - reopened + - ready_for_review branches: - - main + - main - jobs: ci-standard-checks: - # for private repositories use private runners - # runs-on: [self-hosted, automated-checks] - # for public repositories use public runners - runs-on: [ubuntu-latest] - - 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 }} - + uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1