Skip to content

chore(deps): update danhellem/github-actions-issue-to-work-item actio… #692

chore(deps): update danhellem/github-actions-issue-to-work-item actio…

chore(deps): update danhellem/github-actions-issue-to-work-item actio… #692

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