Skip to content

Commit 117c96c

Browse files
committed
Disable constraints update on main
We don't need to keep bumping these constraints on main, and can instead bump them on-demand with this job any time it's needed if it is needed. We're more likely to need to update these on our release branches anyway. Signed-off-by: Ben Browning <bbrownin@redhat.com>
1 parent 2cff6df commit 117c96c

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)