File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ permissions:
1111
1212jobs :
1313 filter :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-slim
1515 timeout-minutes : 1
1616 outputs :
1717 matrix : ${{ steps.generator.outputs.matrix }}
1818 steps :
1919 - id : generator
2020 uses : elastic/oblt-actions/elastic/active-branches@v1
21+ with :
22+ filter-branches : true
2123
2224 bump-elastic-stack :
2325 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ permissions:
1111
1212jobs :
1313 filter :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-slim
1515 timeout-minutes : 1
1616 outputs :
1717 matrix : ${{ steps.generator.outputs.matrix }}
1818 steps :
1919 - id : generator
2020 uses : elastic/oblt-actions/elastic/active-branches@v1
21+ with :
22+ filter-branches : true
2123
2224 check-docker-compose :
2325 needs :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 prepare-smoke-tests-os :
1515 name : Generate smoke tests list
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-slim
1717 outputs :
1818 matrix : ${{ steps.generate.outputs.matrix }}
1919 steps :
2323 uses : elastic/oblt-actions/elastic/active-branches@v1
2424 with :
2525 exclude-branches : ' 7.17'
26+ filter-branches : true
2627
2728 smoke-tests-os :
2829 name : Run smoke tests OS
Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ permissions:
1010
1111jobs :
1212 filter :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-slim
1414 timeout-minutes : 1
1515 outputs :
1616 matrix : ${{ steps.generator.outputs.matrix }}
1717 steps :
1818 - id : generator
1919 uses : elastic/oblt-actions/elastic/active-branches@v1
20+ with :
21+ filter-branches : true
2022 bump :
2123 needs :
2224 - filter
You can’t perform that action at this time.
0 commit comments