Skip to content

Commit 35ef0cb

Browse files
authored
Merge pull request #695 from bbrowning/disable-constraints-update
Disable constraints update on main
2 parents 2cff6df + 117c96c commit 35ef0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/constraints-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Update constraints-dev.txt
22

33
on:
4-
schedule:
5-
- cron: '0 3 * * 1' # Every Monday at 03:00 UTC
4+
# schedule:
5+
# - cron: '0 3 * * 1' # Every Monday at 03:00 UTC
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)