mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
chore: fix run name for e2e test suite to include suite
This commit is contained in:
2
.github/workflows/e2e-test-suite.yml
vendored
2
.github/workflows/e2e-test-suite.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user