Skip to content

fix: update advanced testing pipeline to not execute tests that weren't selected so they show skipped instead of skipping steps. #2681

fix: update advanced testing pipeline to not execute tests that weren't selected so they show skipped instead of skipping steps.

fix: update advanced testing pipeline to not execute tests that weren't selected so they show skipped instead of skipping steps. #2681

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4