File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
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 :
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
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