Skip to content

Commit 9de2855

Browse files
committed
use the right runner
1 parent 640102c commit 9de2855

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-release.yml

+2-2
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: udemy-latest
23+
runs-on: udemy-runner
2424
permissions:
2525
id-token: write
2626
contents: read
@@ -70,7 +70,7 @@ jobs:
7070
name: Build and Release
7171
if: ${{ github.ref == 'refs/heads/main' }} # Only run on main branch commits
7272
needs: build-and-test
73-
runs-on: udemy-latest
73+
runs-on: udemy-runner
7474
permissions: write-all
7575
steps:
7676
- name: Checkout

.github/workflows/titlechecker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
lint:
2020
name: Conventional Commit Title Checker
21-
runs-on: udemy-latest
21+
runs-on: udemy-runner
2222
permissions:
2323
statuses: write
2424
steps:

stencil.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ arguments:
44
templateModule: true
55
githubOrg: udemy
66
githubOwner: "@udemy/platform"
7-
buildAndTestRunner: "udemy-latest"
7+
buildAndTestRunner: "udemy-runner"
88
modules:
99
- name: github.com/udemy/stencil-module-base
1010
replacements:

0 commit comments

Comments
 (0)