Update bootstrap_testing.yml
Some checks failed
CI Build Major Branch / Determine concurrency (push) Waiting to run
CI Build Major Branch / Compile keymap default (push) Blocked by required conditions
CI Build Major Branch / Compile keymap xap (push) Blocked by required conditions
CI Build Major Branch / Consolidation (push) Blocked by required conditions
CLI CI / test (push) Waiting to run
Update develop after master merge / develop_update (push) Waiting to run
Lint Format / lint (push) Waiting to run
Regenerate Files / regen (push) Waiting to run
Unit Tests / test (push) Waiting to run
Bootstrap Script Testing / prep (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Linux) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (macOS) (push) Has been cancelled
Bootstrap Script Testing / Bootstrap (Windows) (push) Has been cancelled

This commit is contained in:
Joel Challis 2025-12-19 02:26:58 +00:00 committed by GitHub
parent 54e8fad959
commit 84d44e6188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,14 +19,13 @@ jobs:
prep:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
outputs:
any_changed: ${{ steps.file_changes.outputs.any_changed }}
steps:
- name: Get changed files
id: file_changes
if: ${{ github.event_name == 'pull_request' }}
uses: tj-actions/changed-files@v47
with:
use_rest_api: true