Disable for now

This commit is contained in:
Ben Meadors 2025-08-19 11:30:19 -05:00
parent e55084629a
commit 5b62bbe8e6

View File

@ -1,18 +1,13 @@
name: Tests name: Tests
# DISABLED: Changed from automatic PR triggers to manual only
on: on:
pull_request: workflow_dispatch:
branches: [master, develop] inputs:
paths-ignore: reason:
- "**.md" description: "Reason for manual test run"
- "docs/**" required: false
- "images/**" default: "Manual test execution"
pull_request_target:
branches: [master, develop]
paths-ignore:
- "**.md"
- "docs/**"
- "images/**"
concurrency: concurrency:
group: tests-${{ github.head_ref || github.run_id }} group: tests-${{ github.head_ref || github.run_id }}
@ -47,8 +42,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
with: with:
ref: ${{github.event.pull_request.head.ref}} submodules: recursive
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Get release version string - name: Get release version string
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT