File tree Expand file tree Collapse file tree 4 files changed +10
-13
lines changed
Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 2020jobs :
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
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
Original file line number Diff line number Diff line change 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
1818jobs :
1919 lint :
Original file line number Diff line number Diff line change @@ -39,7 +39,5 @@ modules:
3939
4040 # # <</Stencil::Block>>
4141# # <<Stencil::Block(extra)>>
42- postRunCommand :
43- - name : pnpm install (via once)
44- command : mise x -- once pnpm install
42+
4543# # <</Stencil::Block>>
Original file line number Diff line number Diff 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"
98modules :
109 - name : github.com/udemy/stencil-module-base
1110replacements :
You can’t perform that action at this time.
0 commit comments