Skip to content

Commit 05e4cf6

Browse files
Update ci-standard-checks.yml
use central ci-standards-check template for https://www.notion.so/typeform/Github-Actions-Runners-revamp-d67c03f3dfb949d1a22a7abfe8c249d2
1 parent faad346 commit 05e4cf6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
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

0 commit comments

Comments
 (0)