Skip to content

Bump test action version #479

Bump test action version

Bump test action version #479

Workflow file for this run

name: Pull Request
on:
push:
pull_request:
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
trigger-instrumented-test:
name: Trigger Instrumented Tests
uses: ./.github/workflows/instrumented-test.yml
secrets:
pat: ${{ secrets.PACKAGES_PAT }}