File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 wait_for_ci :
9- if : ${{ startsWith(github.event.pull_request.title, 'cdcd :') }}
9+ if : ${{ startsWith(github.event.pull_request.title, 'cicd :') }}
1010 runs-on : ubuntu-latest
1111 permissions :
1212 checks : read
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
5151 - uses : actions/checkout@v4
5252 with :
5353 token : ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
54- repository : ${{ github.repository_owner }}/network-operator
54+ repository : ${{ github.repository_owner }}/sriov- network-operator
5555 path : sriov-network-operator-fork
5656 - run :
5757 echo "RELEASE_VERSION=`echo $ISSUE_TITLE | awk -F 'Release v' '{ print $2 }'`" >> $GITHUB_ENV
58- - name : Create PR to update image tags in network-operator values
58+ - name : Create tag to trigger PR that update image tags in network-operator values
5959 run : |
6060 cd sriov-network-operator-fork
6161 git config user.name nvidia-ci-cd
You can’t perform that action at this time.
0 commit comments