Skip to content

Commit 420e409

Browse files
committed
CI adjustments: no BC, resyntax only monthly
1 parent fd7fb64 commit 420e409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
racket-variant: ["BC", "CS"]
14+
racket-variant: ["CS"]
1515
steps:
1616
- uses: actions/checkout@master
1717
# The next two step was copied from the CI config for Typed Racket:

.github/workflows/resyntax-autofixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Resyntax Autofixer
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * 3"
6+
- cron: "0 0 8 * *"
77

88
jobs:
99
autofix:

0 commit comments

Comments
 (0)