Skip to content

Commit

Permalink
revert to github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
deregtd committed Dec 17, 2024
1 parent 9de2855 commit 4614921
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
build-and-test:
name: Build and Test
runs-on: udemy-runner
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
name: Build and Release
if: ${{ github.ref == 'refs/heads/main' }} # Only run on main branch commits
needs: build-and-test
runs-on: udemy-runner
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/titlechecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
lint:
name: Conventional Commit Title Checker
runs-on: udemy-runner
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
Expand Down
3 changes: 2 additions & 1 deletion stencil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ arguments:
templateModule: true
githubOrg: udemy
githubOwner: "@udemy/platform"
buildAndTestRunner: "udemy-runner"
# TODO: Appears broken for now, re-enable later
# buildAndTestRunner: "udemy-runner"
modules:
- name: github.com/udemy/stencil-module-base
replacements:
Expand Down

0 comments on commit 4614921

Please sign in to comment.