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:
|
prep:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
any_changed: ${{ steps.file_changes.outputs.any_changed }}
|
any_changed: ${{ steps.file_changes.outputs.any_changed }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: file_changes
|
id: file_changes
|
||||||
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
uses: tj-actions/changed-files@v47
|
uses: tj-actions/changed-files@v47
|
||||||
with:
|
with:
|
||||||
use_rest_api: true
|
use_rest_api: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue