mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-23 13:38:01 +00:00
Disable for now
This commit is contained in:
parent
e55084629a
commit
5b62bbe8e6
22
.github/workflows/pr_tests.yml
vendored
22
.github/workflows/pr_tests.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user