Update bootstrap_testing.yml
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
Add a link
Reference in a new issue