Skip to content

Commit 47acaca

Browse files
committed
add doc yml
1 parent fd21a6c commit 47acaca

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags: '*'
8+
9+
jobs:
10+
call:
11+
uses: control-toolbox/CTActions/.github/workflows/documentation.yml@main

.github/workflows/benchmarks-orchestrator.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Orchestrate Core Benchmark and Docs
22

33
on:
4-
push:
5-
branches: [main]
6-
tags: '*'
74
pull_request:
85
types: [labeled, synchronize, opened, reopened]
96

0 commit comments

Comments
 (0)