github: rename e2e jobs (#5502)

This commit is contained in:
Erik Grinaker
2020-10-14 16:35:03 +02:00
committed by GitHub
parent 1a74e01d18
commit 61ee6b0b5d

View File

@@ -1,4 +1,4 @@
name: e2e-tests
name: e2e
# Runs the CI end-to-end test network on all pushes to master or release branches
# and every pull request, but only if any Go files have been changed.
on:
@@ -9,7 +9,7 @@ on:
- release/**
jobs:
test:
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps: