Skip to content

Bump package versions to 2.1.0.3 so future build will be a new versio… #690

Bump package versions to 2.1.0.3 so future build will be a new versio…

Bump package versions to 2.1.0.3 so future build will be a new versio… #690

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