Skip to content

Commit 3004024

Browse files
committed
chore: disable all cml workflows
1 parent b1eda36 commit 3004024

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.github/workflows/check_github_issues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
workflow_dispatch:
44

55
# Each Monday at 9:00 AM
6-
schedule:
7-
- cron: "0 9 * * 1"
6+
# schedule:
7+
# - cron: "0 9 * * 1"
88

99
permissions:
1010
contents: read

.github/workflows/ci_timing.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: CML build time
44
on:
55
workflow_dispatch:
66

7-
schedule:
8-
# * is a special character in YAML so you have to quote this string
9-
# At 22:00 on Sunday
10-
# Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
11-
- cron: '0 22 * * 0'
7+
# schedule:
8+
# # * is a special character in YAML so you have to quote this string
9+
# # At 22:00 on Sunday
10+
# # Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
11+
# - cron: '0 22 * * 0'
1212

1313
permissions:
1414
contents: read

.github/workflows/cifar_benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CIFAR-10 benchmark CML
22
on:
3-
schedule:
4-
- cron: '0 0 1 * *'
3+
# schedule:
4+
# - cron: '0 0 1 * *'
55
workflow_dispatch:
66
inputs:
77
git-ref:

.github/workflows/llama_finetuning_benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: LLama Fine-tuning Benchmark CML
22
on:
3-
schedule:
4-
- cron: '0 0 1 * *'
3+
# schedule:
4+
# - cron: '0 0 1 * *'
55
workflow_dispatch:
66
inputs:
77
git-ref:

.github/workflows/resnet_hybrid_model.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ResNet Hybrid FHE Benchmark CML
22
on:
3-
schedule:
4-
- cron: '0 0 1 * *'
3+
# schedule:
4+
# - cron: '0 0 1 * *'
55
workflow_dispatch:
66
inputs:
77
git-ref:

.github/workflows/weekly-pip-audit.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CML weekly pip audit
22
on:
33

4-
schedule:
5-
# * is a special character in YAML so you have to quote this string
6-
# At 22:00 on Sunday
7-
# Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
8-
- cron: '0 22 * * 0'
4+
# schedule:
5+
# # * is a special character in YAML so you have to quote this string
6+
# # At 22:00 on Sunday
7+
# # Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
8+
# - cron: '0 22 * * 0'
99

1010
concurrency:
1111
# Add event_name in the group as workflow dispatch means we could run this in addition to other

0 commit comments

Comments
 (0)