File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 contents : read # for dorny/paths-filter to fetch a list of changed files
3636 pull-requests : read # for dorny/paths-filter to read pull requests
3737 name : Filter
38- runs-on : ubuntu-latest
38+ runs-on : tenki-standard-autoscale
3939
4040 outputs :
4141 docker : ${{ steps.filter.outputs.docker }}
6565 env :
6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767 python_version : " 3.11"
68- runs-on : ubuntu-latest # in the future we can try to use alternative runners here
68+ runs-on : tenki-standard-autoscale # in the future we can try to use alternative runners here
6969
7070 steps :
7171 - name : Check out repo
@@ -127,7 +127,7 @@ jobs:
127127 env :
128128 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
129129 python_version : " 3.11"
130- runs-on : ubuntu-latest # in the future we can try to use alternative runners here
130+ runs-on : tenki-standard-autoscale # in the future we can try to use alternative runners here
131131
132132 steps :
133133 - name : Check out repo
@@ -151,7 +151,7 @@ jobs:
151151 env :
152152 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
153153 python_version : " 3.11"
154- runs-on : ubuntu-latest # in the future we can try to use alternative runners here
154+ runs-on : tenki-standard-autoscale # in the future we can try to use alternative runners here
155155
156156 steps :
157157 - name : Check out repo
You can’t perform that action at this time.
0 commit comments