Skip to content

Commit 2a46beb

Browse files
committed
fix: Remove udemy-runner
1 parent 62930dd commit 2a46beb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: udemy-runner
23+
runs-on: ubuntu-latest
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: udemy-runner
77+
runs-on: ubuntu-latest
7878
permissions: write-all
7979
steps:
8080
- name: Checkout

.github/workflows/titlechecker.yaml

Lines changed: 1 addition & 1 deletion
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-runner
21+
runs-on: ubuntu-latest
2222
permissions:
2323
statuses: write
2424
pull-requests: read

stencil.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ arguments:
44
templateModule: true
55
githubOrg: udemy
66
githubOwner: "@udemy/platform"
7-
buildAndTestRunner: "udemy-runner"
87
modules:
98
- name: github.com/udemy/stencil-module-base
109
replacements:

0 commit comments

Comments
 (0)