File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
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 : udemy-runner
23+ runs-on : ubuntu-latest
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 : udemy-runner
77+ runs-on : ubuntu-latest
7878 permissions : write-all
7979 steps :
8080 - name : Checkout
Original file line number Diff line number Diff line change 1818jobs :
1919 lint :
2020 name : Conventional Commit Title Checker
21- runs-on : udemy-runner
21+ runs-on : ubuntu-latest
2222 permissions :
2323 statuses : write
2424 pull-requests : read
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ arguments:
44 templateModule : true
55 githubOrg : udemy
66 githubOwner : " @udemy/platform"
7- buildAndTestRunner : " udemy-runner"
87modules :
98 - name : github.com/udemy/stencil-module-base
109replacements :
You can’t perform that action at this time.
0 commit comments