diff options
| author | Joel Challis | 2025-12-19 03:26:58 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-19 03:26:58 +0100 |
| commit | 84d44e6188b5e54824be50a5b73840aae657728a (patch) | |
| tree | e0238b21fd5e90e7526fd88c4584b3f1b9a2c9bc /.github | |
| parent | 54e8fad959d6a6e53e08c62ac3a3c4d4bdc6c957 (diff) | |
Update bootstrap_testing.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/bootstrap_testing.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/bootstrap_testing.yml b/.github/workflows/bootstrap_testing.yml index 16abaee66d..42c8720486 100644 --- 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 |