浏览代码

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

Karol Sójko 1 年之前
父节点
当前提交
b9907924be
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: