Skip to content

Commit a977bd7

Browse files
authored
Update ci-standard-checks.yml
1 parent 48fe2e6 commit a977bd7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.github/workflows/ci-standard-checks.yml

+13-8
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,28 @@ name: CI Standard Checks
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
7-
types: [opened, edited, synchronize, reopened]
7+
types:
8+
- opened
9+
- edited
10+
- synchronize
11+
- reopened
12+
- ready_for_review
813
branches:
9-
- master
10-
14+
- main
1115
jobs:
1216
ci-standard-checks:
13-
runs-on: [ubuntu-latest]
14-
17+
runs-on:
18+
- self-hosted
19+
- automated-checks-ephemeral
1520
steps:
1621
- name: Check Out Source Code
17-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
1823
with:
1924
fetch-depth: 0
20-
2125
- name: CI Standard Checks
2226
uses: Typeform/ci-standard-checks@v1
2327
with:
2428
githubToken: ${{ secrets.GITHUB_TOKEN }}
29+
skipChecks: required-typescript

0 commit comments

Comments
 (0)