Skip to content

Commit

Permalink
Fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Dec 4, 2023
1 parent 3807885 commit e2d970c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
create-release-pr:
name: Create PR for Release ${{ github.event.inputs.versionName }}
uses: codecov/gha-workflows/.github/workflows/create-self-hosted[email protected]
uses: codecov/gha-workflows/.github/workflows/create-release[email protected]
secrets: inherit
4 changes: 3 additions & 1 deletion .github/workflows/self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
create-release:
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/[email protected]
uses: codecov/gha-workflows/.github/workflows/[email protected]
with:
tag_to_prepend: self-hosted-
secrets: inherit

push-image:
Expand Down

0 comments on commit e2d970c

Please sign in to comment.