File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 # Load Configuration
1313 # ============================================================
1414 load-config :
15- uses : ./.github/workflows/config/config .yml
15+ uses : ./.github/workflows/_config .yml
1616
1717 # ============================================================
1818 # Test Job
1919 # ============================================================
2020 test :
2121 needs : load-config
2222 if : needs.load-config.outputs.enable-tests == 'true'
23- uses : ./.github/workflows/jobs/test .yml
23+ uses : ./.github/workflows/_test .yml
2424 with :
2525 os-matrix : ${{ needs.load-config.outputs.os-matrix }}
2626 python-matrix : ${{ needs.load-config.outputs.python-matrix }}
3333 benchmark :
3434 needs : [load-config, test]
3535 if : needs.load-config.outputs.enable-benchmark == 'true'
36- uses : ./.github/workflows/jobs/benchmark .yml
36+ uses : ./.github/workflows/_benchmark .yml
3737 with :
3838 primary-os : ${{ needs.load-config.outputs.primary-os }}
3939 primary-python : ${{ needs.load-config.outputs.primary-python }}
You can’t perform that action at this time.
0 commit comments