Skip to content

Commit

Permalink
test: Add PR number back to notify call (#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Jun 22, 2023
1 parent 82c5eca commit a36ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e/slack/notify/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
if [[ ${{ inputs.event_name }} == "conformance" ]]; then
RUN_NAME="conformance-periodic-${{ inputs.k8s_version }}"
elif [[ ! -z "${{ inputs.pr_number }}" ]]; then
RUN_NAME="${{ inputs.suite }}-pr"
RUN_NAME="${{ inputs.suite }}-pr-${{ inputs.pr_number }}"
elif [[ ${{ inputs.event_name }} == "schedule" ]]; then
RUN_NAME="${{ inputs.suite }}-periodic"
else
Expand Down

0 comments on commit a36ba2c

Please sign in to comment.