Skip to content

Commit

Permalink
Update ci-standard-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasozdy authored Oct 17, 2023
1 parent 48fe2e6 commit a977bd7
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,28 @@ name: CI Standard Checks
on:
push:
branches:
- master
- main
pull_request:
types: [opened, edited, synchronize, reopened]
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
branches:
- master

- main
jobs:
ci-standard-checks:
runs-on: [ubuntu-latest]

runs-on:
- self-hosted
- automated-checks-ephemeral
steps:
- name: Check Out Source Code
uses: actions/checkout@v2
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

0 comments on commit a977bd7

Please sign in to comment.