Skip to content

Commit

Permalink
chore: fix release CI flow
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <[email protected]>
  • Loading branch information
rollandf committed Jan 19, 2025
1 parent 0a21a10 commit ad5ba7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
wait_for_ci:
if: ${{ startsWith(github.event.pull_request.title, 'cdcd:') }}
if: ${{ startsWith(github.event.pull_request.title, 'cicd:') }}
runs-on: ubuntu-latest
permissions:
checks: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
repository: ${{ github.repository_owner }}/network-operator
repository: ${{ github.repository_owner }}/sriov-network-operator
path: sriov-network-operator-fork
- run:
echo "RELEASE_VERSION=`echo $ISSUE_TITLE | awk -F 'Release v' '{ print $2 }'`" >> $GITHUB_ENV
- name: Create PR to update image tags in network-operator values
- name: Create tag to trigger PR that update image tags in network-operator values
run: |
cd sriov-network-operator-fork
git config user.name nvidia-ci-cd
Expand Down

0 comments on commit ad5ba7c

Please sign in to comment.