We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a977bd7 + 05e4cf6 commit e962442Copy full SHA for e962442
.github/workflows/ci-standard-checks.yml
@@ -14,16 +14,4 @@ on:
14
- main
15
jobs:
16
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
28
- githubToken: ${{ secrets.GITHUB_TOKEN }}
29
- skipChecks: required-typescript
+ uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1
CODEOWNERS
@@ -1 +1 @@
1
-* @Typeform/product-infrastructure
+* @Typeform/platform-infra
0 commit comments