Skip to content

Remove spawningpool check in check_visa_support.vi (#510) #699

Remove spawningpool check in check_visa_support.vi (#510)

Remove spawningpool check in check_visa_support.vi (#510) #699

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'releases/**'
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
run_vi_analyzer:
name: Run VI Analyzer
if: ${{ github.repository == 'ni/measurementlink-labview' || github.event.pull_request.head.repo.full_name == 'ni/measurementlink-labview' }}
uses: ./.github/workflows/run_vi_analyzer.yml