chore: [proposal] de-matrix python-version in GHAs (#27906)

This commit is contained in:
Maxime Beauchemin
2024-04-10 14:32:30 -07:00
committed by GitHub
parent 9423d59132
commit dea430649d
12 changed files with 141 additions and 62 deletions

View File

@@ -73,6 +73,8 @@ jobs:
- name: Build Docker Image
if: steps.check.outputs.python || steps.check.outputs.frontend || steps.check.outputs.docker
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Single platform builds in pull_request context to speed things up
if [ "${{ github.event_name }}" = "push" ]; then