Skip to content

Commit 0939c68

Browse files
authored
Add Bors (#108)
1 parent 2a3e793 commit 0939c68

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: Tests
22

33
on:
4+
pull_request:
45
push:
6+
# trying and staging branches are for BORS config
57
branches:
8+
- trying
9+
- staging
610
- master
7-
pull_request:
811

912
jobs:
10-
build:
13+
tests:
14+
name: instant-meilisearch-tests
1115
runs-on: ubuntu-latest
1216

1317
steps:

bors.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
status = ["instant-meilisearch-tests"]
2+
# 1 hour timeout
3+
timeout-sec = 3600

0 commit comments

Comments
 (0)