File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515jobs :
1616 assign-author :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-slim
1818 steps :
1919 -
uses :
toshimaru/[email protected] 2020
Original file line number Diff line number Diff line change 99 branches : [ crowdin-trigger ]
1010jobs :
1111 synchronize-with-crowdin :
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-slim
1313
1414 steps :
1515
Original file line number Diff line number Diff line change 99jobs :
1010 deploy-pages :
1111 name : Deploy to GitHub Pages
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-slim
1313 defaults :
1414 run :
1515 working-directory : ./packages/smooth_app
Original file line number Diff line number Diff line change 2525jobs :
2626 add-to-project :
2727 name : Add issues to the relevant GitHub projects
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-slim
2929 steps :
3030 - uses : actions/add-to-project@main
3131 with :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616jobs :
1717 label :
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-slim
1919 # if: github.event.pull_request.head.repo.full_name == github.repository
2020 # if: ${{ github.repository_owner == 'openfoodfacts' }}
2121 permissions :
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 main :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-slim
1717 steps :
1818 - name : Check for merge conflicts
1919 uses : eps1lon/actions-label-merge-conflict@releases/2.x
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 release-please :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-slim
1414 if : github.repository_owner == 'openfoodfacts'
1515 # permissions:
1616 # contents: read
4444 concurrency :
4545 group : release
4646 cancel-in-progress : false
47- runs-on : ubuntu-latest
47+ runs-on : ubuntu-slim
4848 # permissions:
4949 # contents: read
5050 # packages: write
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717jobs :
1818 main :
1919 name : Validate PR title
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-slim
2121 steps :
2222 - uses : amannn/action-semantic-pull-request@v6
2323 env :
Original file line number Diff line number Diff line change 99jobs :
1010 ShowAndLabelTopIssues :
1111 name : Display and label top issues.
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-slim
1313 permissions :
1414 contents : read
1515 issues : write
You can’t perform that action at this time.
0 commit comments