Skip to content

Commit 70ad78e

Browse files
authored
chore: fix release CI flow (Mellanox#1259)
2 parents 0a21a10 + ad5ba7c commit 70ad78e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-pr-checker.yaml

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

77
jobs:
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

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)