Skip to content

Commit a0a17a9

Browse files
authored
enable workflow dispatch for CI CPP (#2964)
* enable workflow dispatch * enable workflow dispatch
1 parent 048a123 commit a0a17a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-cpu-cpp.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: CI CPU - CPP Build
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master
7-
pull_request:
8-
branches:
9-
- master
108

119
concurrency:
1210
group: ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}

0 commit comments

Comments
 (0)