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

This commit is contained in:
Karol Sójko
2023-10-02 14:37:10 +02:00
parent d4c188c096
commit b9907924be

View File

@@ -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: