File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: {}
1313jobs :
1414 approve :
1515 name : Approve on ok-to-test
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-slim
1717
1818 permissions :
1919 actions : write
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212
1313jobs :
1414 check-links-pr :
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-slim
1616
1717 steps :
1818 - name : Clone repository
Original file line number Diff line number Diff line change 77
88jobs :
99 check-title :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-slim
1111 steps :
1212 - name : Check out repository
1313 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 test :
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-slim
1313 steps :
1414 - name : Install yamllint
1515 run : sudo apt-get update && sudo apt-get install -y yamllint
You can’t perform that action at this time.
0 commit comments