Skip to content

Commit c249072

Browse files
Update workflows from templates. (#82)
1 parent 1537e5b commit c249072

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/notify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ name: Notify
1010
- Check Docker Version
1111
- Deploy
1212
- Docker
13+
- Periodic Rebuild
1314
- Rebuild all container images
1415
- Rust CI
1516
- Rust Daily
@@ -18,7 +19,6 @@ name: Notify
1819
- Scala Daily
1920
- Shell CI
2021
- TypeScript CI
21-
- Update Changelog
2222
- Update Workflows
2323
types:
2424
- completed

.github/workflows/update-workflows.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ jobs:
7171
\ to change the time every time we run this.\nif ! [ -f thisrepo/.github/update-workflows-patch.yaml\
7272
\ ] ; then\n (\n echo \"- op: replace\"\n echo \" path: /on/schedule/0/cron\"\
7373
\n echo \" value: \\\"$(( $RANDOM % 60 )) 7 * * 1\\\"\"\n ) > thisrepo/.github/update-workflows-patch.yaml\n\
74-
\ # \"git add\" and commit will be taken care of below.\nfi\n"
74+
\ # \"git add\" and commit will be taken care of below.\nfi\nif [ -f thisrepo/.github/workflows/rebuild.yaml\
75+
\ ] && ! [ -f thisrepo/.github/workflows/rebuild-patch.yaml ] ; then\n (\n\
76+
\ echo \"- op: replace\"\n echo \" path: /on/schedule/0/cron\"\n \
77+
\ echo \" value: \\\"$(( $RANDOM % 60 )) 16 * * 2\\\"\"\n ) > thisrepo/.github/rebuild-patch.yaml\n\
78+
fi\n"
7579
- name: Update workflows
7680
id: update
7781
working-directory: thisrepo

0 commit comments

Comments
 (0)