We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8329b commit 678b8e6Copy full SHA for 678b8e6
1 file changed
.github/workflows/e2e.yaml
@@ -1,17 +1,10 @@
1
-name: E2E Tests
+name: Public API Tests
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- - integration-tests
8
- pull_request:
9
10
11
deployment_status:
12
13
jobs:
14
- run-e2es:
+ api-tests:
15
timeout-minutes: 30
16
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
17
runs-on: ubuntu-latest
0 commit comments