Skip to content

Commit 2bf45f6

Browse files
committed
chore: disable weekly-pip-audit and github-issues workflows
1 parent b1eda36 commit 2bf45f6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/check_github_issues.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Check GitHub Issues
22
on:
3-
workflow_dispatch:
3+
# workflow_dispatch:
44

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

99
permissions:
1010
contents: read

.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)