Commit 9de2855 1 parent 640102c commit 9de2855 Copy full SHA for 9de2855
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
build-and-test :
22
22
name : Build and Test
23
- runs-on : udemy-latest
23
+ runs-on : udemy-runner
24
24
permissions :
25
25
id-token : write
26
26
contents : read
70
70
name : Build and Release
71
71
if : ${{ github.ref == 'refs/heads/main' }} # Only run on main branch commits
72
72
needs : build-and-test
73
- runs-on : udemy-latest
73
+ runs-on : udemy-runner
74
74
permissions : write-all
75
75
steps :
76
76
- name : Checkout
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
lint :
20
20
name : Conventional Commit Title Checker
21
- runs-on : udemy-latest
21
+ runs-on : udemy-runner
22
22
permissions :
23
23
statuses : write
24
24
steps :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ arguments:
4
4
templateModule : true
5
5
githubOrg : udemy
6
6
githubOwner : " @udemy/platform"
7
- buildAndTestRunner : " udemy-latest "
7
+ buildAndTestRunner : " udemy-runner "
8
8
modules :
9
9
- name : github.com/udemy/stencil-module-base
10
10
replacements :
You can’t perform that action at this time.
0 commit comments