Skip to content

Commit cc9d8b9

Browse files
committed
CI: disable upgrade, run build once per week
1 parent c059f4c commit cc9d8b9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/linux-x64-upgrade.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Upgrade Everest
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: '1 4,10,16,22 * * *'
4+
# This is disabled since ACL* is using a pinned F* version,
5+
# and upgrades will almost surely fail.
6+
# schedule:
7+
# - cron: '1 4,10,16,22 * * *'
68
jobs:
79
build:
810
runs-on: [self-hosted, linux, X64]

.github/workflows/linux-x64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- _**
66
pull_request:
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 4 * * TUE' # every tuesday 4am
810
jobs:
911
build:
1012
runs-on: [self-hosted, linux, X64]

0 commit comments

Comments
 (0)