Skip to content

Commit 40306a3

Browse files
committed
Merge branch 'master' into fgh_loadups-updates-24-05-16
2 parents ba8aac6 + eb7d347 commit 40306a3

File tree

4 files changed

+246
-268
lines changed

4 files changed

+246
-268
lines changed

.github/workflows/buildReleaseInclDocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: "Build/Push Release & Docker"
1919
# Run this workflow on ...
2020
on:
2121
schedule:
22-
- cron: '0 9 * * 1'
22+
- cron: '0 9 * * 3'
2323

2424
workflow_dispatch:
2525
inputs:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ loadups/exports.all
1919
library/RDSYS*
2020
loadups/lisp.sysout
2121
loadups/full.sysout
22-
loadups/fuller.sysout # not currently included but might as well ignore it
22+
# not currently included but might as well ignore it
23+
loadups/fuller.sysout
2324
loadups/*.dribble
2425
loadups/whereis.hash
2526
loadups/apps.sysout

0 commit comments

Comments
 (0)