Skip to content

Commit a733181

Browse files
committed
calculate differences
1 parent a225737 commit a733181

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/quality-gates.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ env:
1515

1616
jobs:
1717
get-merge-base:
18-
needs: check-file-changes
19-
if: needs.check-file-changes.outputs.builders_changed == 'false'
2018
runs-on: ubuntu-22.04
2119
outputs:
2220
run_id: ${{ steps.find_run.outputs.run_id }}
@@ -74,7 +72,11 @@ jobs:
7472
mv ${{ matrix.platform }}_compressed_status.json ${{ matrix.platform }}_curr_compressed_status.json
7573
7674
calculate-diffs:
75+
needs: download-artifacts
7776
runs-on: ubuntu-22.04
77+
strategy:
78+
matrix:
79+
platform: [macos-x86_64, macos-aarch64, linux-x86_64, linux-aarch64, windows-x86_64]
7880
steps:
7981
- name: Set up Python ${{ env.PYTHON_VERSION }}
8082
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0

0 commit comments

Comments
 (0)