Skip to content

Commit e962442

Browse files
Merge pull request #15 from Typeform/ITP-222-codeowners
ITP-222 Update CODEOWNERS
2 parents a977bd7 + 05e4cf6 commit e962442

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

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

+1-13
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,4 @@ on:
1414
- main
1515
jobs:
1616
ci-standard-checks:
17-
runs-on:
18-
- self-hosted
19-
- automated-checks-ephemeral
20-
steps:
21-
- name: Check Out Source Code
22-
uses: actions/checkout@v3
23-
with:
24-
fetch-depth: 0
25-
- name: CI Standard Checks
26-
uses: Typeform/ci-standard-checks@v1
27-
with:
28-
githubToken: ${{ secrets.GITHUB_TOKEN }}
29-
skipChecks: required-typescript
17+
uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Typeform/product-infrastructure
1+
* @Typeform/platform-infra

0 commit comments

Comments
 (0)