Skip to content

Commit

Permalink
ci: Update commit status of at end of PR run (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Sep 19, 2023
1 parent d1d1371 commit 59926fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ jobs:
- if: always() && inputs.event_name == 'workflow_run'
uses: ./.github/actions/commit-status/end
with:
name: "${{ github.workflow }} / e2e (${{ inputs.suite }}) / ${{ github.job }} (snapshot)"
name: ${{ github.workflow }} (${{ inputs.k8s_version }}) / e2e (${{ inputs.suite }})
git_ref: ${{ inputs.git_ref }}

0 comments on commit 59926fc

Please sign in to comment.