Skip to content

Commit

Permalink
Add run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 1, 2024
1 parent 1649884 commit faa7979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-e2e-tests-on-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Run operator E2E tests
run-name: ${{ format('Run inputs.operator_type operator E2E tests') }} by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -94,4 +95,7 @@ jobs:
optout_branch: ${{ inputs.optout_branch }}
admin_branch: ${{ inputs.admin_branch }}
operator_branch: ${{ github.ref }}
gcp_workload_identity_provider_id: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER_ID }}
gcp_service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
gcp_project: ${{ vars.GCP_PROJECT }}
secrets: inherit

0 comments on commit faa7979

Please sign in to comment.