Skip to content

Optimize CI: engine-grouped testing (42 jobs to 8) #1747

Optimize CI: engine-grouped testing (42 jobs to 8)

Optimize CI: engine-grouped testing (42 jobs to 8) #1747

Workflow file for this run

name: Wheels Pull Requests
on:
# push:
# branches-ignore:
# - "main"
# - "develop"
pull_request:
branches:
- develop
permissions:
contents: read
pull-requests: write
checks: write
jobs:
label:
name: Auto-Label PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tests:
uses: ./.github/workflows/tests.yml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}