Skip to content

Commit 678b8e6

Browse files
committed
Update name of E2E Tests workflow to Public API Tests
1 parent ef8329b commit 678b8e6

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
name: E2E Tests
1+
name: Public API Tests
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- integration-tests
8-
pull_request:
9-
branches:
10-
- main
114
deployment_status:
125

136
jobs:
14-
run-e2es:
7+
api-tests:
158
timeout-minutes: 30
169
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
1710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)