Skip to content

Commit 4a9cc5f

Browse files
committed
fix: Udemy-runner in manifest, re-stencil
1 parent 7840fc7 commit 4a9cc5f

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
build-and-test:
2222
name: Build and Test
23-
runs-on: ubuntu-latest
23+
runs-on: udemy-runner
2424
permissions:
2525
id-token: write
2626
contents: read
@@ -74,7 +74,7 @@ jobs:
7474
name: Build and Release
7575
if: ${{ github.ref == 'refs/heads/main' }} # Only run on main branch commits
7676
needs: build-and-test
77-
runs-on: ubuntu-latest
77+
runs-on: udemy-runner
7878
permissions: write-all
7979
steps:
8080
- name: Checkout

.github/workflows/titlechecker.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ on:
88
- edited
99
- synchronize
1010
paths:
11-
- "stencil.yaml"
12-
- "manifest.yaml"
13-
- ".mise.toml"
14-
- ".github/workflows/build-release.yml"
15-
- "templates/**"
16-
- "tests/**"
11+
- 'stencil.yaml'
12+
- 'manifest.yaml'
13+
- '.mise.toml'
14+
- '.github/workflows/build-release.yml'
15+
- 'templates/**'
16+
- 'tests/**'
1717

1818
jobs:
1919
lint:
2020
name: Conventional Commit Title Checker
21-
runs-on: ubuntu-latest
21+
runs-on: udemy-runner
2222
permissions:
2323
statuses: write
2424
pull-requests: write

stencil.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ arguments:
44
templateModule: true
55
githubOrg: udemy
66
githubOwner: "@udemy/platform"
7-
# TODO: Appears broken for now, re-enable later
8-
# buildAndTestRunner: "udemy-runner"
7+
buildAndTestRunner: "udemy-runner"
98
modules:
109
- name: github.com/udemy/stencil-module-base
1110
replacements:

0 commit comments

Comments
 (0)