Commit 640102c 1 parent 7026f24 commit 640102c Copy full SHA for 640102c
File tree 6 files changed +7
-6
lines changed
templates/.github/workflows
6 files changed +7
-6
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 : ubuntu -latest
23
+ runs-on : udemy -latest
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 : ubuntu -latest
73
+ runs-on : udemy -latest
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 : ubuntu -latest
21
+ runs-on : udemy -latest
22
22
permissions :
23
23
statuses : write
24
24
steps :
Original file line number Diff line number Diff line change 1
- version: 0.12 .0
1
+ version: 0.14 .0
2
2
modules:
3
3
- name: github.com/udemy/eng-team-management
4
4
url: https://github.com/udemy/eng-team-management
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ arguments:
4
4
templateModule : true
5
5
githubOrg : udemy
6
6
githubOwner : " @udemy/platform"
7
+ buildAndTestRunner : " udemy-latest"
7
8
modules :
8
9
- name : github.com/udemy/stencil-module-base
9
10
replacements :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
name: Build and Release
113
113
if: { { " ${{ github.ref == 'refs/heads/main' }}" } } # Only run on main branch commits
114
114
needs: build-and-test
115
- runs-on: ubuntu-latest
115
+ runs-on: { { stencil.Arg " buildAndTestRunner " | default " ubuntu-latest" } }
116
116
permissions: write-all
117
117
steps:
118
118
- name: Checkout
Original file line number Diff line number Diff line change 28
28
jobs:
29
29
lint:
30
30
name: Conventional Commit Title Checker
31
- runs-on: ubuntu-latest
31
+ runs-on: { { stencil.Arg " buildAndTestRunner " | default " ubuntu-latest" } }
32
32
permissions:
33
33
statuses: write
34
34
steps:
You can’t perform that action at this time.
0 commit comments