File tree Expand file tree Collapse file tree 4 files changed +53
-26
lines changed
Expand file tree Collapse file tree 4 files changed +53
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Broadcaster CI
2+
3+ on :
4+ push :
5+ paths :
6+ - ' broadcaster/**'
7+ - ' .github/workflows/**'
8+
9+ permissions :
10+ contents : read
11+
12+ jobs :
13+ build_check_broadcaster :
14+ name : Build and check Broadcaster
15+ uses : ./.github/workflows/__CI__build-check-app.yml
16+ with :
17+ workdir : broadcaster
18+
Original file line number Diff line number Diff line change 1+ name : Nexus CI
2+
3+ on :
4+ push :
5+ paths :
6+ - ' nexus/**'
7+ - ' .github/workflows/**'
8+
9+ permissions :
10+ contents : read
11+
12+ jobs :
13+ build_check_nexus :
14+ name : Build and check Nexus
15+ uses : ./.github/workflows/__CI__build-check-app.yml
16+ with :
17+ workdir : nexus
Original file line number Diff line number Diff line change 1+ name : Recognizer CI
2+
3+ on :
4+ push :
5+ paths :
6+ - ' recognizer/**'
7+ - ' .github/workflows/**'
8+
9+ permissions :
10+ contents : read
11+
12+ jobs :
13+ build_check_recognizer :
14+ name : Build and check Recognizer
15+ uses : ./.github/workflows/__CI__build-check-app.yml
16+ with :
17+ workdir : recognizer
18+ with-ffmpeg : true
You can’t perform that action at this time.
0 commit comments