forked from MariaDB/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
46 lines (43 loc) · 1.1 KB
/
bbm_check_conf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
name: bbm conf check
on:
push:
paths:
- ".github/workflows/bbm_check_conf.yml"
- "autogen/**"
- "builtbot.tac"
- "common_factories.py"
- "constants.py"
- "locks.py"
- "master-docker-nonstandard/master.cfg"
- "master-galera/master.cfg"
- "master-nonlatent/master.cfg"
- "master-protected-branches/master.cfg"
- "master-web/master.cfg"
- "master.cfg"
- "utils.py"
- "validate_master_cfg.sh"
pull_request:
paths:
- ".github/workflows/bbm_check_conf.yml"
- "autogen/**"
- "builtbot.tac"
- "common_factories.py"
- "constants.py"
- "locks.py"
- "master-docker-nonstandard/master.cfg"
- "master-galera/master.cfg"
- "master-nonlatent/master.cfg"
- "master-protected-branches/master.cfg"
- "master-web/master.cfg"
- "master.cfg"
- "utils.py"
- "validate_master_cfg.sh"
jobs:
build:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v2
- name: Check master.cfg files
run: ./validate_master_cfg.sh