File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : Set up Git
2727 run : |
28- git config --global user.name "NeuralChatBot "
29- git config --global user.email "grp_neural_chat_bot@intel.com "
30- git remote set-url origin https://NeuralChatBot :"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIExamples.git
28+ git config --global user.name "CICD-at-OPEA "
29+ git config --global user.email "CICD@opea.dev "
30+ git remote set-url origin https://CICD-at-OPEA :"${{ secrets.ACTION_TOKEN }}"@github.com/opea-project/GenAIExamples.git
3131
3232 - name : Run script
3333 run : |
Original file line number Diff line number Diff line change 5151
5252 image-build :
5353 needs : get-test-matrix
54- if : ${{ fromJSON( needs.get-test-matrix.outputs.nodes).length != 0 }}
54+ if : ${{ needs.get-test-matrix.outputs.nodes != '' }}
5555 strategy :
5656 matrix :
5757 node : ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 if : ${{ !github.event.pull_request.draft }}
2929 uses : ./.github/workflows/_get-test-matrix.yml
3030 with :
31- diff_excluded_files : ' \.md|\.txt|kubernetes|gmc|assets|benchmark' # \.github|
31+ diff_excluded_files : ' \.github|\. md|\.txt|kubernetes|gmc|assets|benchmark'
3232
3333 example-test :
3434 needs : [get-test-matrix]
35- if : ${{ fromJSON( needs.get-test-matrix.outputs.run_matrix).length != 0 }}
35+ if : ${{ needs.get-test-matrix.outputs.run_matrix != '' }}
3636 strategy :
3737 matrix : ${{ fromJSON(needs.get-test-matrix.outputs.run_matrix) }}
3838 fail-fast : false
Original file line number Diff line number Diff line change 1616 freeze-images :
1717 runs-on : ubuntu-latest
1818 env :
19- USER_NAME : " NeuralChatBot "
20- USER_EMAIL : " grp_neural_chat_bot@intel.com "
19+ USER_NAME : " CICD-at-OPEA "
20+ USER_EMAIL : " CICD@opea.dev "
2121 BRANCH_NAME : " update_images_tag"
2222 steps :
2323 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments