Skip to content

Commit e8953ef

Browse files
committed
chore: disable all cml workflows
1 parent 7123f67 commit e8953ef

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci_timing.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
workflow_dispatch:
66

77
# 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'
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/weekly-pip-audit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CML weekly pip audit
22
on:
33

44
# 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'
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)