Skip to content

Commit

Permalink
Update workflow name to E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 6, 2024
1 parent 7442432 commit f20218d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: E2E
on:
push:
branches:
Expand All @@ -11,7 +11,7 @@ on:
- synchronize

jobs:
test:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f20218d

Please sign in to comment.