Skip to content

Commit 8c88951

Browse files
authored
[CI] Fix build_and_test script (#6126)
(try to) fix github ci build and test
1 parent c7b7958 commit 8c88951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI_trigger_build_and_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
build-on:
209209
needs: filter_build
210210
if: ${{ github.repository_owner == 'sofa-framework' }}
211-
uses: sofa-framework/sofa/.github/workflows/build-and-test.yml@master
211+
uses: sofa-framework/sofa/.github/workflows/CI_build_and_test.yml@master
212212
with:
213213
sofa-branch-name: ${{ needs.filter_build.outputs.SOFA_BRANCH_NAME }}
214214
sofa-commit-sha: ${{ needs.filter_build.outputs.SOFA_COMMIT_SHA }}

0 commit comments

Comments
 (0)