diff options
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: | |||
| 19 | prep: | 19 | prep: |
| 20 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-latest |
| 21 | 21 | ||
| 22 | if: ${{ github.event_name == 'pull_request' }} | ||
| 23 | |||
| 24 | outputs: | 22 | outputs: |
| 25 | any_changed: ${{ steps.file_changes.outputs.any_changed }} | 23 | any_changed: ${{ steps.file_changes.outputs.any_changed }} |
| 26 | 24 | ||
| 27 | steps: | 25 | steps: |
| 28 | - name: Get changed files | 26 | - name: Get changed files |
| 29 | id: file_changes | 27 | id: file_changes |
| 28 | if: ${{ github.event_name == 'pull_request' }} | ||
| 30 | uses: tj-actions/changed-files@v47 | 29 | uses: tj-actions/changed-files@v47 |
| 31 | with: | 30 | with: |
| 32 | use_rest_api: true | 31 | use_rest_api: true |
