Skip to content

Commit 406f87a

Browse files
authored
Merge pull request #6 from codeanker/copilot/disable-all-workflows-except-publish-docker-image
ci: disable all workflows except Publish Docker image
2 parents edf0cb4 + 99abdf7 commit 406f87a

29 files changed

Lines changed: 22 additions & 507 deletions

.github/workflows/ai-issues.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: AI review (issues)
22

33
on:
4-
issues:
5-
types: [opened]
4+
workflow_dispatch:
65

76
jobs:
87
find-related:

.github/workflows/build-3rd-party.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
name: CI (3rd-party)
22

33
on:
4-
workflow_dispatch: # allows manual triggering
5-
push:
6-
branches:
7-
- master
8-
paths: [
9-
'.github/workflows/build-3rd-party.yml',
10-
'**/CMakeLists.txt',
11-
'**/.cmake',
12-
'**/*.h',
13-
'**/*.hpp',
14-
'**/*.c',
15-
'**/*.cpp'
16-
]
4+
workflow_dispatch:
175

186
concurrency:
197
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

.github/workflows/build-and-test-snapdragon.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@ name: CI (snapdragon)
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- master
8-
paths:
9-
- '.github/workflows/build-and-test-snapdragon.yml'
10-
- 'ggml/include/ggml-hexagon.h'
11-
- 'ggml/src/ggml-hexagon/**'
12-
- 'docs/backend/snapdragon/**'
13-
- 'scripts/snapdragon/**'
14-
- 'CMakePresets.json'
15-
16-
pull_request:
17-
types: [opened, synchronize, reopened]
18-
paths:
19-
- '.github/workflows/build-and-test-snapdragon.yml'
20-
- 'ggml/include/ggml-hexagon.h'
21-
- 'ggml/src/ggml-hexagon/**'
22-
- 'docs/backend/snapdragon/**'
23-
- 'scripts/snapdragon/**'
24-
- 'CMakePresets.json'
255

266
concurrency:
277
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

.github/workflows/build-android.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@ name: CI (android)
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- master
8-
paths:
9-
- '.github/workflows/build-android.yml'
10-
- '**/CMakeLists.txt'
11-
- '**/.cmake'
12-
- '**/*.h'
13-
- '**/*.hpp'
14-
- '**/*.c'
15-
- '**/*.cpp'
16-
17-
pull_request:
18-
types: [opened, synchronize, reopened]
19-
paths:
20-
- '.github/workflows/build-android.yml'
21-
- 'examples/llama.android/**'
225

236
concurrency:
247
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

.github/workflows/build-apple.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,7 @@
11
name: CI (apple)
22

33
on:
4-
workflow_dispatch: # allows manual triggering
5-
push:
6-
branches:
7-
- master
8-
paths: [
9-
'.github/workflows/build-apple.yml',
10-
'**/CMakeLists.txt',
11-
'**/.cmake',
12-
'**/*.h',
13-
'**/*.hpp',
14-
'**/*.c',
15-
'**/*.cpp',
16-
'**/*.swift',
17-
'**/*.m',
18-
'**/*.metal'
19-
]
20-
21-
pull_request:
22-
types: [opened, synchronize, reopened]
23-
paths: [
24-
'.github/workflows/build-apple.yml',
25-
'ggml/src/ggml-metal/**'
26-
]
4+
workflow_dispatch:
275

286
concurrency:
297
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

.github/workflows/build-cache.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build Actions Cache
22

33
on:
4-
workflow_dispatch: # allows manual triggering
5-
schedule:
6-
- cron: '0 * * * *'
4+
workflow_dispatch:
75

86
concurrency:
97
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

.github/workflows/build-cann.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
11
name: CI (cann)
22

33
on:
4-
workflow_dispatch: # allows manual triggering
5-
push:
6-
branches:
7-
- master
8-
paths: [
9-
'.github/workflows/build-cann.yml',
10-
'**/CMakeLists.txt',
11-
'**/.cmake',
12-
'**/*.h',
13-
'**/*.hpp',
14-
'**/*.c',
15-
'**/*.cpp'
16-
]
17-
18-
pull_request:
19-
types: [opened, synchronize, reopened]
20-
paths: [
21-
'.github/workflows/build-cann.yml',
22-
'ggml/src/ggml-cann/**'
23-
]
4+
workflow_dispatch:
245

256
concurrency:
267
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

.github/workflows/build-cmake-pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build relocatable cmake package
22
on:
33
workflow_dispatch:
4-
workflow_call:
54

65
jobs:
76
linux:

.github/workflows/build-cross.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
name: CI (cross)
22
on:
3-
# only manual triggers due to low-importance of the workflows
4-
# TODO: for regular runs, provision dedicated self-hosted runners
53
workflow_dispatch:
6-
push:
7-
branches:
8-
- master
9-
paths: [
10-
'.github/workflows/build-cross.yml',
11-
'ggml/src/spacemit/*',
12-
'ggml/src/arch/loongarch/*'
13-
]
14-
# run once every week
15-
schedule:
16-
- cron: '0 0 * * 0'
174

185
concurrency:
196
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

.github/workflows/build-msys.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: CI (msys)
22

33
on:
4-
# only manual triggers due to low-importance of the workflows
5-
# TODO: for regular runs, provision dedicated self-hosted runners
64
workflow_dispatch:
7-
# run once every week
8-
schedule:
9-
- cron: '0 0 * * 0'
105

116
concurrency:
127
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}

0 commit comments

Comments
 (0)