Update bootstrap_testing.yml

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