Skip to content

DO NOT review | Pipeline testing PR #404

DO NOT review | Pipeline testing PR

DO NOT review | Pipeline testing PR #404

Workflow file for this run

name: PR
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_call:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_g_tests:
name: Run LabVIEW Tests
if: ${{ github.repository == 'ni/measurementlink-labview' || github.event.pull_request.head.repo.full_name == 'ni/measurementlink-labview' }}
uses: ./.github/workflows/run_g_tests.yml