Skip to content

Commit 53112dc

Browse files
committed
try to replicate error
1 parent 16a1faf commit 53112dc

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/changed-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ jobs:
4949
echo "include=$(cat include.json | jq -cr)" >> $GITHUB_OUTPUT
5050
run_tests:
5151
name: Run tests
52-
needs: targets
53-
uses: ./.github/workflows/run-tests-reusable.yml
52+
uses: ./.github/workflows/all-tests-reusable.yml
5453
with:
55-
base_ref: ${{ needs.targets.outputs.base_ref }}
56-
head_ref: ${{ needs.targets.outputs.head_ref }}
57-
folder: ${{ needs.targets.outputs.folder }}
58-
include: ${{ needs.targets.outputs.include }}
59-
repository: ${{ needs.targets.outputs.repository }}
60-
if: ${{ needs.targets.outputs.folder != '[]'}}
54+
client_payload: ${{ toJSON(github.event.client_payload) }}

.github/workflows/run-tests-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121

2222
jobs:
2323
main:
24+
runs-on: ${{ matrix.os }}
2425
strategy:
2526
fail-fast: false
2627
matrix:
@@ -34,7 +35,6 @@ jobs:
3435
- os: ubuntu-latest
3536
folder: OWC
3637
- folder: Paraview_Visualization
37-
runs-on: ${{ matrix.os }}
3838
name: "${{ matrix.folder }} - ${{ matrix.os }} - ${{ matrix.release }}"
3939
timeout-minutes: 45
4040
steps:

0 commit comments

Comments
 (0)