commit 84d44e6188b5e54824be50a5b73840aae657728a
parent 54e8fad959d6a6e53e08c62ac3a3c4d4bdc6c957
Author: Joel Challis <git@zvecr.com>
Date: Fri, 19 Dec 2025 02:26:58 +0000
Update bootstrap_testing.yml
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/bootstrap_testing.yml b/.github/workflows/bootstrap_testing.yml
@@ -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