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
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:
parent
54e8fad959
commit
84d44e6188
1 changed files with 1 additions and 2 deletions
3
.github/workflows/bootstrap_testing.yml
vendored
3
.github/workflows/bootstrap_testing.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue