Skip to content

Commit 5f7b676

Browse files
committed
Update build_py_tools.yml
1 parent 7395563 commit 5f7b676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
name: Check if tools have been changed
1111
runs-on: ubuntu-20.04
1212
outputs:
13-
files_changed: ${{ steps.verify-changed-files.outputs.files_changed }}
14-
changed_files: ${{ steps.verify-changed-files.outputs.changed_files }}
13+
any_changed: ${{ steps.verify-changed-files.outputs.any_changed }}
14+
all_changed_files: ${{ steps.verify-changed-files.outputs.all_changed_files }}
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
name: Build python tools binaries for ${{ matrix.os }}
3030
runs-on: ${{ matrix.os }}
3131
needs: find-changed-tools
32-
if: needs.find-changed-tools.outputs.files_changed == 'true'
32+
if: needs.find-changed-tools.outputs.any_changed == 'true'
3333
strategy:
3434
fail-fast: false
3535
matrix:

0 commit comments

Comments
 (0)