Skip to content

Commit 84d44e6

Browse files
authored
Update bootstrap_testing.yml
1 parent 54e8fad commit 84d44e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bootstrap_testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ jobs:
1919
prep:
2020
runs-on: ubuntu-latest
2121

22-
if: ${{ github.event_name == 'pull_request' }}
23-
2422
outputs:
2523
any_changed: ${{ steps.file_changes.outputs.any_changed }}
2624

2725
steps:
2826
- name: Get changed files
2927
id: file_changes
28+
if: ${{ github.event_name == 'pull_request' }}
3029
uses: tj-actions/changed-files@v47
3130
with:
3231
use_rest_api: true

0 commit comments

Comments
 (0)