Skip to content

Commit e229a03

Browse files
CI improvements
1 parent b07b97c commit e229a03

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI tests
1+
name: Quality Assurance
22

33
on: [workflow_dispatch, push, pull_request]
44

.github/workflows/run-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
name: run-tests
1+
name: Run Tests
22

3-
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
3+
on: [workflow_dispatch, push, pull_request]
84

95
env:
106
DB_ENDPOINT: 'tcp://127.0.0.1:8529'

0 commit comments

Comments
 (0)