Browse Source

chore: fix run name for e2e test suite to include suite

Karol Sójko 1 year ago
parent
commit
b9907924be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/e2e-test-suite.yml

+ 1 - 1
.github/workflows/e2e-test-suite.yml

@@ -1,6 +1,6 @@
 name: E2E Test Suite
 
-run-name: E2E Test Suite against ${{ inputs.ref_name }} by ${{ inputs.author }}
+run-name: E2E ${{ inputs.suite }} Test Suite against ${{ inputs.ref_name }} by ${{ inputs.author }}
 
 on:
   schedule: